Shades of Downy #66CECD
Tints of Downy #66CECD
RGB
CMYK
RGB Variations
Color information
#66CECD (or 0x66CECD) is known color: Downy. HEX triplet: 66, CE and CD. RGB value is (102,206,205). Sum of RGB (Red+Green+Blue) = 102+206+205=513 (67% of max value = 765). Red value is 102 (40.23% from 255 or 19.88% from 513); Green value is 206 (80.86% from 255 or 40.16% from 513); Blue value is 205 (80.47% from 255 or 39.96% from 513); Max value from RGB is 206 - color contains mainly: green. Hex color #66CECD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66CECD is #993132. Grayscale: #AEAEAE. Windows color (decimal): -10039603 or 13487718. OLE color: 13487718.
HSL color Cylindrical-coordinate representation of color #66CECD: hue angle of 179.42º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #66CECD is Cyan = 0.50, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 102 | 206 | 205 | - |
| CMYK | 0.50 | 0 | 0.00 | 0.19 |
| HSL | 179.42º | 0.51% | 0.6% | - |
| HSV(B) | 179.42º | 0.5% | 0.81% | - |
| XYZ | 38.57 | 51.38 | 65.64 | - |
| YUV | 174.79 | 145.04 | 76.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 206 | 205 | 0.50 | 0 | 0.00 | 0.19 | 179.42 | 0.51 | 0.6 |
| Hex | 66 | CE | CD | 32 | 0 | 0 | 13 | B3 | 33 | 3C |
| Octal | 146 | 316 | 315 | 62 | 0 | 0 | 23 | 263 | 63 | 74 |
| Binary | 1100110 | 11001110 | 11001101 | 110010 | 0 | 0 | 10011 | 10110011 | 110011 | 111100 |
Color Harmonies of #66CECD
Complementary color
Monochromatic Colors of #66CECD
Black with #66CECD
Text Example
Text Example
White with #66CECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66CECD; }
p { color: rgb(102,206,205); }
H1.HeaderClassName
{
color: #66CECD;
}
.AnyTagClassName
{
color: #66CECD;
}
</style>
background-color css
<style>
a { background-color: #66CECD; }
a { background-color: rgb(102,206,205); }
div.DivClassName
{
background-color: #66CECD;
}
.BgClassName
{
background-color: #66CECD;
}
</style>
border-color css
<style>
span { border-color: #66CECD; }
span { border-color: rgb(102,206,205); }
td.TdClassName
{
border-color: #66CECD;
}
.TagClassName
{
border-color: #66CECD;
}
</style>