Shades of Downy #66EFC2
Tints of Downy #66EFC2
RGB
CMYK
RGB Variations
Color information
#66EFC2 (or 0x66EFC2) is known color: Downy. HEX triplet: 66, EF and C2. RGB value is (102,239,194). Sum of RGB (Red+Green+Blue) = 102+239+194=535 (70% of max value = 765). Red value is 102 (40.23% from 255 or 19.07% from 535); Green value is 239 (93.75% from 255 or 44.67% from 535); Blue value is 194 (76.17% from 255 or 36.26% from 535); Max value from RGB is 239 - color contains mainly: green. Hex color #66EFC2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #66EFC2 is #99103D. Grayscale: #C0C0C0. Windows color (decimal): -10031166 or 12775270. OLE color: 12775270.
HSL color Cylindrical-coordinate representation of color #66EFC2: hue angle of 160.29º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #66EFC2 is Cyan = 0.57, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 102 | 239 | 194 | - |
| CMYK | 0.57 | 0 | 0.19 | 0.06 |
| HSL | 160.29º | 0.81% | 0.67% | - |
| HSV(B) | 160.29º | 0.57% | 0.94% | - |
| XYZ | 46.08 | 68.45 | 61.82 | - |
| YUV | 192.91 | 128.61 | 63.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 239 | 194 | 0.57 | 0 | 0.19 | 0.06 | 160.29 | 0.81 | 0.67 |
| Hex | 66 | EF | C2 | 39 | 0 | 13 | 6 | A0 | 51 | 43 |
| Octal | 146 | 357 | 302 | 71 | 0 | 23 | 6 | 240 | 121 | 103 |
| Binary | 1100110 | 11101111 | 11000010 | 111001 | 0 | 10011 | 110 | 10100000 | 1010001 | 1000011 |
Color Harmonies of #66EFC2
Complementary color
Monochromatic Colors of #66EFC2
Black with #66EFC2
Text Example
Text Example
White with #66EFC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66EFC2; }
p { color: rgb(102,239,194); }
H1.HeaderClassName
{
color: #66EFC2;
}
.AnyTagClassName
{
color: #66EFC2;
}
</style>
background-color css
<style>
a { background-color: #66EFC2; }
a { background-color: rgb(102,239,194); }
div.DivClassName
{
background-color: #66EFC2;
}
.BgClassName
{
background-color: #66EFC2;
}
</style>
border-color css
<style>
span { border-color: #66EFC2; }
span { border-color: rgb(102,239,194); }
td.TdClassName
{
border-color: #66EFC2;
}
.TagClassName
{
border-color: #66EFC2;
}
</style>