Shades of Downy #66CFCD
Tints of Downy #66CFCD
RGB
CMYK
RGB Variations
Color information
#66CFCD (or 0x66CFCD) is known color: Downy. HEX triplet: 66, CF and CD. RGB value is (102,207,205). Sum of RGB (Red+Green+Blue) = 102+207+205=514 (68% of max value = 765). Red value is 102 (40.23% from 255 or 19.84% from 514); Green value is 207 (81.25% from 255 or 40.27% from 514); Blue value is 205 (80.47% from 255 or 39.88% from 514); Max value from RGB is 207 - color contains mainly: green. Hex color #66CFCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66CFCD is #993032. Grayscale: #AFAFAF. Windows color (decimal): -10039347 or 13487974. OLE color: 13487974.
HSL color Cylindrical-coordinate representation of color #66CFCD: hue angle of 178.86º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #66CFCD is Cyan = 0.51, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 102 | 207 | 205 | - |
| CMYK | 0.51 | 0 | 0.01 | 0.19 |
| HSL | 178.86º | 0.52% | 0.61% | - |
| HSV(B) | 178.86º | 0.51% | 0.81% | - |
| XYZ | 38.81 | 51.86 | 65.72 | - |
| YUV | 175.38 | 144.71 | 75.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 207 | 205 | 0.51 | 0 | 0.01 | 0.19 | 178.86 | 0.52 | 0.61 |
| Hex | 66 | CF | CD | 33 | 0 | 1 | 13 | B3 | 34 | 3D |
| Octal | 146 | 317 | 315 | 63 | 0 | 1 | 23 | 263 | 64 | 75 |
| Binary | 1100110 | 11001111 | 11001101 | 110011 | 0 | 1 | 10011 | 10110011 | 110100 | 111101 |
Color Harmonies of #66CFCD
Complementary color
Monochromatic Colors of #66CFCD
Black with #66CFCD
Text Example
Text Example
White with #66CFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66CFCD; }
p { color: rgb(102,207,205); }
H1.HeaderClassName
{
color: #66CFCD;
}
.AnyTagClassName
{
color: #66CFCD;
}
</style>
background-color css
<style>
a { background-color: #66CFCD; }
a { background-color: rgb(102,207,205); }
div.DivClassName
{
background-color: #66CFCD;
}
.BgClassName
{
background-color: #66CFCD;
}
</style>
border-color css
<style>
span { border-color: #66CFCD; }
span { border-color: rgb(102,207,205); }
td.TdClassName
{
border-color: #66CFCD;
}
.TagClassName
{
border-color: #66CFCD;
}
</style>