Shades of Downy #66CEC7
Tints of Downy #66CEC7
RGB
CMYK
RGB Variations
Color information
#66CEC7 (or 0x66CEC7) is known color: Downy. HEX triplet: 66, CE and C7. RGB value is (102,206,199). Sum of RGB (Red+Green+Blue) = 102+206+199=507 (67% of max value = 765). Red value is 102 (40.23% from 255 or 20.12% from 507); Green value is 206 (80.86% from 255 or 40.63% from 507); Blue value is 199 (78.12% from 255 or 39.25% from 507); Max value from RGB is 206 - color contains mainly: green. Hex color #66CEC7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66CEC7 is #993138. Grayscale: #AEAEAE. Windows color (decimal): -10039609 or 13094502. OLE color: 13094502.
HSL color Cylindrical-coordinate representation of color #66CEC7: hue angle of 175.96º 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 #66CEC7 is Cyan = 0.50, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 102 | 206 | 199 | - |
| CMYK | 0.50 | 0 | 0.03 | 0.19 |
| HSL | 175.96º | 0.51% | 0.6% | - |
| HSV(B) | 175.96º | 0.5% | 0.81% | - |
| XYZ | 37.86 | 51.09 | 61.9 | - |
| YUV | 174.11 | 142.04 | 76.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 206 | 199 | 0.50 | 0 | 0.03 | 0.19 | 175.96 | 0.51 | 0.6 |
| Hex | 66 | CE | C7 | 32 | 0 | 3 | 13 | B0 | 33 | 3C |
| Octal | 146 | 316 | 307 | 62 | 0 | 3 | 23 | 260 | 63 | 74 |
| Binary | 1100110 | 11001110 | 11000111 | 110010 | 0 | 11 | 10011 | 10110000 | 110011 | 111100 |
Color Harmonies of #66CEC7
Complementary color
Monochromatic Colors of #66CEC7
Black with #66CEC7
Text Example
Text Example
White with #66CEC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66CEC7; }
p { color: rgb(102,206,199); }
H1.HeaderClassName
{
color: #66CEC7;
}
.AnyTagClassName
{
color: #66CEC7;
}
</style>
background-color css
<style>
a { background-color: #66CEC7; }
a { background-color: rgb(102,206,199); }
div.DivClassName
{
background-color: #66CEC7;
}
.BgClassName
{
background-color: #66CEC7;
}
</style>
border-color css
<style>
span { border-color: #66CEC7; }
span { border-color: rgb(102,206,199); }
td.TdClassName
{
border-color: #66CEC7;
}
.TagClassName
{
border-color: #66CEC7;
}
</style>