Shades of Downy #66C3C0
Tints of Downy #66C3C0
RGB
CMYK
RGB Variations
Color information
#66C3C0 (or 0x66C3C0) is known color: Downy. HEX triplet: 66, C3 and C0. RGB value is (102,195,192). Sum of RGB (Red+Green+Blue) = 102+195+192=489 (64% of max value = 765). Red value is 102 (40.23% from 255 or 20.86% from 489); Green value is 195 (76.56% from 255 or 39.88% from 489); Blue value is 192 (75.39% from 255 or 39.26% from 489); Max value from RGB is 195 - color contains mainly: green. Hex color #66C3C0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66C3C0 is #993C3F. Grayscale: #A6A6A6. Windows color (decimal): -10042432 or 12632934. OLE color: 12632934.
HSL color Cylindrical-coordinate representation of color #66C3C0: hue angle of 178.06º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #66C3C0 is Cyan = 0.48, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 102 | 195 | 192 | - |
| CMYK | 0.48 | 0 | 0.02 | 0.24 |
| HSL | 178.06º | 0.44% | 0.58% | - |
| HSV(B) | 178.06º | 0.48% | 0.76% | - |
| XYZ | 34.51 | 45.66 | 56.86 | - |
| YUV | 166.85 | 142.19 | 81.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 195 | 192 | 0.48 | 0 | 0.02 | 0.24 | 178.06 | 0.44 | 0.58 |
| Hex | 66 | C3 | C0 | 30 | 0 | 2 | 18 | B2 | 2C | 3A |
| Octal | 146 | 303 | 300 | 60 | 0 | 2 | 30 | 262 | 54 | 72 |
| Binary | 1100110 | 11000011 | 11000000 | 110000 | 0 | 10 | 11000 | 10110010 | 101100 | 111010 |
Color Harmonies of #66C3C0
Complementary color
Monochromatic Colors of #66C3C0
Black with #66C3C0
Text Example
Text Example
White with #66C3C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66C3C0; }
p { color: rgb(102,195,192); }
H1.HeaderClassName
{
color: #66C3C0;
}
.AnyTagClassName
{
color: #66C3C0;
}
</style>
background-color css
<style>
a { background-color: #66C3C0; }
a { background-color: rgb(102,195,192); }
div.DivClassName
{
background-color: #66C3C0;
}
.BgClassName
{
background-color: #66C3C0;
}
</style>
border-color css
<style>
span { border-color: #66C3C0; }
span { border-color: rgb(102,195,192); }
td.TdClassName
{
border-color: #66C3C0;
}
.TagClassName
{
border-color: #66C3C0;
}
</style>