strong green-cyan/strong aquamarine
#66ffcc color RGB value is (102,255,204)
#66ffcc color CMYK value
#66ffcc color HSL value
HSV(or HSB) | 160° | 60 | 100 |
XYZ | 52.139 | 78.704 | 69.57 |
Yxy | 0.26 | 0.393 | 78.704 |
LAB | 91.1 | -52.338 | 12.396 |
LUV | 91.1 | -62.949 | 27.338 |
Hunter-LAB | 88.716 | -50.347 | 15.606 |
CIE-LCH | 91.1 | 53.786 | 166.675 |
Base | Red | Green | Blue |
---|---|---|---|
Hex | 66 | FF | CC |
Decimal | 102 | 255 | 204 |
Octal | 146 | 377 | 314 |
Binary | 01100110 | 11111111 | 11001100 |
Below, you can see some colors close to #66ffcc. Having a set of related colors can be useful if you need an inspirational alternative to your original color choice.
This text has a font color of #66ffcc.
<span style="color:#66ffcc">Text here</span>
This paragraph has a background color of #66ffcc.
<p style="background-color:#66ffcc;">Content here</p>
This element has a border color of #66ffcc.
<div style="border:1px #66ffcc;">Content here</div>
.text {color:#66ffcc;}
.background {background-color:#66ffcc;}
.border {border:1px solid #66ffcc;}
.text-shadow {border:1px solid #66ffcc;}
A shade is achieved by adding black to any pure hue, while a tint is created by mixing white to any pure color. In this example, #00110b is the darkest color, while #fbfffe is the lightest one.