Shades of Downy #66C8C4
Tints of Downy #66C8C4
RGB
CMYK
RGB Variations
Color information
#66C8C4 (or 0x66C8C4) is known color: Downy. HEX triplet: 66, C8 and C4. RGB value is (102,200,196). Sum of RGB (Red+Green+Blue) = 102+200+196=498 (65% of max value = 765). Red value is 102 (40.23% from 255 or 20.48% from 498); Green value is 200 (78.52% from 255 or 40.16% from 498); Blue value is 196 (76.95% from 255 or 39.36% from 498); Max value from RGB is 200 - color contains mainly: green. Hex color #66C8C4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66C8C4 is #99373B. Grayscale: #AAAAAA. Windows color (decimal): -10041148 or 12896358. OLE color: 12896358.
HSL color Cylindrical-coordinate representation of color #66C8C4: hue angle of 177.55º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #66C8C4 is Cyan = 0.49, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 102 | 200 | 196 | - |
| CMYK | 0.49 | 0 | 0.02 | 0.22 |
| HSL | 177.55º | 0.47% | 0.59% | - |
| HSV(B) | 177.55º | 0.49% | 0.78% | - |
| XYZ | 36.1 | 48.12 | 59.61 | - |
| YUV | 170.24 | 142.53 | 79.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 200 | 196 | 0.49 | 0 | 0.02 | 0.22 | 177.55 | 0.47 | 0.59 |
| Hex | 66 | C8 | C4 | 31 | 0 | 2 | 16 | B2 | 2F | 3B |
| Octal | 146 | 310 | 304 | 61 | 0 | 2 | 26 | 262 | 57 | 73 |
| Binary | 1100110 | 11001000 | 11000100 | 110001 | 0 | 10 | 10110 | 10110010 | 101111 | 111011 |
Color Harmonies of #66C8C4
Complementary color
Monochromatic Colors of #66C8C4
Black with #66C8C4
Text Example
Text Example
White with #66C8C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66C8C4; }
p { color: rgb(102,200,196); }
H1.HeaderClassName
{
color: #66C8C4;
}
.AnyTagClassName
{
color: #66C8C4;
}
</style>
background-color css
<style>
a { background-color: #66C8C4; }
a { background-color: rgb(102,200,196); }
div.DivClassName
{
background-color: #66C8C4;
}
.BgClassName
{
background-color: #66C8C4;
}
</style>
border-color css
<style>
span { border-color: #66C8C4; }
span { border-color: rgb(102,200,196); }
td.TdClassName
{
border-color: #66C8C4;
}
.TagClassName
{
border-color: #66C8C4;
}
</style>