Shades of Downy #66E6CD
Tints of Downy #66E6CD
RGB
CMYK
RGB Variations
Color information
#66E6CD (or 0x66E6CD) is known color: Downy. HEX triplet: 66, E6 and CD. RGB value is (102,230,205). Sum of RGB (Red+Green+Blue) = 102+230+205=537 (71% of max value = 765). Red value is 102 (40.23% from 255 or 18.99% from 537); Green value is 230 (90.23% from 255 or 42.83% from 537); Blue value is 205 (80.47% from 255 or 38.18% from 537); Max value from RGB is 230 - color contains mainly: green. Hex color #66E6CD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #66E6CD is #991932. Grayscale: #BCBCBC. Windows color (decimal): -10033459 or 13493862. OLE color: 13493862.
HSL color Cylindrical-coordinate representation of color #66E6CD: hue angle of 168.28º 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 #66E6CD is Cyan = 0.56, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 102 | 230 | 205 | - |
| CMYK | 0.56 | 0 | 0.11 | 0.10 |
| HSL | 168.28º | 0.72% | 0.65% | - |
| HSV(B) | 168.28º | 0.56% | 0.9% | - |
| XYZ | 44.8 | 63.83 | 67.72 | - |
| YUV | 188.88 | 137.09 | 66.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 230 | 205 | 0.56 | 0 | 0.11 | 0.10 | 168.28 | 0.72 | 0.65 |
| Hex | 66 | E6 | CD | 38 | 0 | B | A | A8 | 48 | 41 |
| Octal | 146 | 346 | 315 | 70 | 0 | 13 | 12 | 250 | 110 | 101 |
| Binary | 1100110 | 11100110 | 11001101 | 111000 | 0 | 1011 | 1010 | 10101000 | 1001000 | 1000001 |
Color Harmonies of #66E6CD
Complementary color
Monochromatic Colors of #66E6CD
Black with #66E6CD
Text Example
Text Example
White with #66E6CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66E6CD; }
p { color: rgb(102,230,205); }
H1.HeaderClassName
{
color: #66E6CD;
}
.AnyTagClassName
{
color: #66E6CD;
}
</style>
background-color css
<style>
a { background-color: #66E6CD; }
a { background-color: rgb(102,230,205); }
div.DivClassName
{
background-color: #66E6CD;
}
.BgClassName
{
background-color: #66E6CD;
}
</style>
border-color css
<style>
span { border-color: #66E6CD; }
span { border-color: rgb(102,230,205); }
td.TdClassName
{
border-color: #66E6CD;
}
.TagClassName
{
border-color: #66E6CD;
}
</style>