Shades of Downy #66E0C3
Tints of Downy #66E0C3
RGB
CMYK
RGB Variations
Color information
#66E0C3 (or 0x66E0C3) is known color: Downy. HEX triplet: 66, E0 and C3. RGB value is (102,224,195). Sum of RGB (Red+Green+Blue) = 102+224+195=521 (69% of max value = 765). Red value is 102 (40.23% from 255 or 19.58% from 521); Green value is 224 (87.89% from 255 or 42.99% from 521); Blue value is 195 (76.56% from 255 or 37.43% from 521); Max value from RGB is 224 - color contains mainly: green. Hex color #66E0C3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66E0C3 is #991F3C. Grayscale: #B8B8B8. Windows color (decimal): -10035005 or 12836966. OLE color: 12836966.
HSL color Cylindrical-coordinate representation of color #66E0C3: hue angle of 165.74º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #66E0C3 is Cyan = 0.54, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 102 | 224 | 195 | - |
| CMYK | 0.54 | 0 | 0.13 | 0.12 |
| HSL | 165.74º | 0.66% | 0.64% | - |
| HSV(B) | 165.74º | 0.54% | 0.88% | - |
| XYZ | 41.99 | 60.08 | 61.01 | - |
| YUV | 184.22 | 134.08 | 69.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 224 | 195 | 0.54 | 0 | 0.13 | 0.12 | 165.74 | 0.66 | 0.64 |
| Hex | 66 | E0 | C3 | 36 | 0 | D | C | A6 | 42 | 40 |
| Octal | 146 | 340 | 303 | 66 | 0 | 15 | 14 | 246 | 102 | 100 |
| Binary | 1100110 | 11100000 | 11000011 | 110110 | 0 | 1101 | 1100 | 10100110 | 1000010 | 1000000 |
Color Harmonies of #66E0C3
Complementary color
Monochromatic Colors of #66E0C3
Black with #66E0C3
Text Example
Text Example
White with #66E0C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66E0C3; }
p { color: rgb(102,224,195); }
H1.HeaderClassName
{
color: #66E0C3;
}
.AnyTagClassName
{
color: #66E0C3;
}
</style>
background-color css
<style>
a { background-color: #66E0C3; }
a { background-color: rgb(102,224,195); }
div.DivClassName
{
background-color: #66E0C3;
}
.BgClassName
{
background-color: #66E0C3;
}
</style>
border-color css
<style>
span { border-color: #66E0C3; }
span { border-color: rgb(102,224,195); }
td.TdClassName
{
border-color: #66E0C3;
}
.TagClassName
{
border-color: #66E0C3;
}
</style>