Shades of Downy #66E2CA
Tints of Downy #66E2CA
RGB
CMYK
RGB Variations
Color information
#66E2CA (or 0x66E2CA) is known color: Downy. HEX triplet: 66, E2 and CA. RGB value is (102,226,202). Sum of RGB (Red+Green+Blue) = 102+226+202=530 (70% of max value = 765). Red value is 102 (40.23% from 255 or 19.25% from 530); Green value is 226 (88.67% from 255 or 42.64% from 530); Blue value is 202 (79.30% from 255 or 38.11% from 530); Max value from RGB is 226 - color contains mainly: green. Hex color #66E2CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66E2CA is #991D35. Grayscale: #BABABA. Windows color (decimal): -10034486 or 13296230. OLE color: 13296230.
HSL color Cylindrical-coordinate representation of color #66E2CA: hue angle of 168.39º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #66E2CA is Cyan = 0.55, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 102 | 226 | 202 | - |
| CMYK | 0.55 | 0 | 0.11 | 0.11 |
| HSL | 168.39º | 0.68% | 0.64% | - |
| HSV(B) | 168.39º | 0.55% | 0.89% | - |
| XYZ | 43.34 | 61.48 | 65.46 | - |
| YUV | 186.19 | 136.92 | 67.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 226 | 202 | 0.55 | 0 | 0.11 | 0.11 | 168.39 | 0.68 | 0.64 |
| Hex | 66 | E2 | CA | 37 | 0 | B | B | A8 | 44 | 40 |
| Octal | 146 | 342 | 312 | 67 | 0 | 13 | 13 | 250 | 104 | 100 |
| Binary | 1100110 | 11100010 | 11001010 | 110111 | 0 | 1011 | 1011 | 10101000 | 1000100 | 1000000 |
Color Harmonies of #66E2CA
Complementary color
Monochromatic Colors of #66E2CA
Black with #66E2CA
Text Example
Text Example
White with #66E2CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66E2CA; }
p { color: rgb(102,226,202); }
H1.HeaderClassName
{
color: #66E2CA;
}
.AnyTagClassName
{
color: #66E2CA;
}
</style>
background-color css
<style>
a { background-color: #66E2CA; }
a { background-color: rgb(102,226,202); }
div.DivClassName
{
background-color: #66E2CA;
}
.BgClassName
{
background-color: #66E2CA;
}
</style>
border-color css
<style>
span { border-color: #66E2CA; }
span { border-color: rgb(102,226,202); }
td.TdClassName
{
border-color: #66E2CA;
}
.TagClassName
{
border-color: #66E2CA;
}
</style>