Shades of Downy #66E6CC
Tints of Downy #66E6CC
RGB
CMYK
RGB Variations
Color information
#66E6CC (or 0x66E6CC) is known color: Downy. HEX triplet: 66, E6 and CC. RGB value is (102,230,204). Sum of RGB (Red+Green+Blue) = 102+230+204=536 (70% of max value = 765). Red value is 102 (40.23% from 255 or 19.03% from 536); Green value is 230 (90.23% from 255 or 42.91% from 536); Blue value is 204 (80.08% from 255 or 38.06% from 536); Max value from RGB is 230 - color contains mainly: green. Hex color #66E6CC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #66E6CC is #991933. Grayscale: #BCBCBC. Windows color (decimal): -10033460 or 13428326. OLE color: 13428326.
HSL color Cylindrical-coordinate representation of color #66E6CC: hue angle of 167.81º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #66E6CC is Cyan = 0.56, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 102 | 230 | 204 | - |
| CMYK | 0.56 | 0 | 0.11 | 0.10 |
| HSL | 167.81º | 0.72% | 0.65% | - |
| HSV(B) | 167.81º | 0.56% | 0.9% | - |
| XYZ | 44.68 | 63.78 | 67.08 | - |
| YUV | 188.76 | 136.59 | 66.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 230 | 204 | 0.56 | 0 | 0.11 | 0.10 | 167.81 | 0.72 | 0.65 |
| Hex | 66 | E6 | CC | 38 | 0 | B | A | A8 | 48 | 41 |
| Octal | 146 | 346 | 314 | 70 | 0 | 13 | 12 | 250 | 110 | 101 |
| Binary | 1100110 | 11100110 | 11001100 | 111000 | 0 | 1011 | 1010 | 10101000 | 1001000 | 1000001 |
Color Harmonies of #66E6CC
Complementary color
Monochromatic Colors of #66E6CC
Black with #66E6CC
Text Example
Text Example
White with #66E6CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66E6CC; }
p { color: rgb(102,230,204); }
H1.HeaderClassName
{
color: #66E6CC;
}
.AnyTagClassName
{
color: #66E6CC;
}
</style>
background-color css
<style>
a { background-color: #66E6CC; }
a { background-color: rgb(102,230,204); }
div.DivClassName
{
background-color: #66E6CC;
}
.BgClassName
{
background-color: #66E6CC;
}
</style>
border-color css
<style>
span { border-color: #66E6CC; }
span { border-color: rgb(102,230,204); }
td.TdClassName
{
border-color: #66E6CC;
}
.TagClassName
{
border-color: #66E6CC;
}
</style>