Shades of Downy #66CEC4
Tints of Downy #66CEC4
RGB
CMYK
RGB Variations
Color information
#66CEC4 (or 0x66CEC4) is known color: Downy. HEX triplet: 66, CE and C4. RGB value is (102,206,196). Sum of RGB (Red+Green+Blue) = 102+206+196=504 (66% of max value = 765). Red value is 102 (40.23% from 255 or 20.24% from 504); Green value is 206 (80.86% from 255 or 40.87% from 504); Blue value is 196 (76.95% from 255 or 38.89% from 504); Max value from RGB is 206 - color contains mainly: green. Hex color #66CEC4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66CEC4 is #99313B. Grayscale: #ADADAD. Windows color (decimal): -10039612 or 12897894. OLE color: 12897894.
HSL color Cylindrical-coordinate representation of color #66CEC4: hue angle of 174.23º 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 #66CEC4 is Cyan = 0.50, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 102 | 206 | 196 | - |
| CMYK | 0.50 | 0 | 0.05 | 0.19 |
| HSL | 174.23º | 0.51% | 0.6% | - |
| HSV(B) | 174.23º | 0.5% | 0.81% | - |
| XYZ | 37.51 | 50.95 | 60.08 | - |
| YUV | 173.76 | 140.54 | 76.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 206 | 196 | 0.50 | 0 | 0.05 | 0.19 | 174.23 | 0.51 | 0.6 |
| Hex | 66 | CE | C4 | 32 | 0 | 5 | 13 | AE | 33 | 3C |
| Octal | 146 | 316 | 304 | 62 | 0 | 5 | 23 | 256 | 63 | 74 |
| Binary | 1100110 | 11001110 | 11000100 | 110010 | 0 | 101 | 10011 | 10101110 | 110011 | 111100 |
Color Harmonies of #66CEC4
Complementary color
Monochromatic Colors of #66CEC4
Black with #66CEC4
Text Example
Text Example
White with #66CEC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66CEC4; }
p { color: rgb(102,206,196); }
H1.HeaderClassName
{
color: #66CEC4;
}
.AnyTagClassName
{
color: #66CEC4;
}
</style>
background-color css
<style>
a { background-color: #66CEC4; }
a { background-color: rgb(102,206,196); }
div.DivClassName
{
background-color: #66CEC4;
}
.BgClassName
{
background-color: #66CEC4;
}
</style>
border-color css
<style>
span { border-color: #66CEC4; }
span { border-color: rgb(102,206,196); }
td.TdClassName
{
border-color: #66CEC4;
}
.TagClassName
{
border-color: #66CEC4;
}
</style>