Shades of Downy #66EFC3
Tints of Downy #66EFC3
RGB
CMYK
RGB Variations
Color information
#66EFC3 (or 0x66EFC3) is known color: Downy. HEX triplet: 66, EF and C3. RGB value is (102,239,195). Sum of RGB (Red+Green+Blue) = 102+239+195=536 (70% of max value = 765). Red value is 102 (40.23% from 255 or 19.03% from 536); Green value is 239 (93.75% from 255 or 44.59% from 536); Blue value is 195 (76.56% from 255 or 36.38% from 536); Max value from RGB is 239 - color contains mainly: green. Hex color #66EFC3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #66EFC3 is #99103C. Grayscale: #C1C1C1. Windows color (decimal): -10031165 or 12840806. OLE color: 12840806.
HSL color Cylindrical-coordinate representation of color #66EFC3: hue angle of 160.73º 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 #66EFC3 is Cyan = 0.57, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 102 | 239 | 195 | - |
| CMYK | 0.57 | 0 | 0.18 | 0.06 |
| HSL | 160.73º | 0.81% | 0.67% | - |
| HSV(B) | 160.73º | 0.57% | 0.94% | - |
| XYZ | 46.2 | 68.5 | 62.42 | - |
| YUV | 193.02 | 129.11 | 63.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 239 | 195 | 0.57 | 0 | 0.18 | 0.06 | 160.73 | 0.81 | 0.67 |
| Hex | 66 | EF | C3 | 39 | 0 | 12 | 6 | A1 | 51 | 43 |
| Octal | 146 | 357 | 303 | 71 | 0 | 22 | 6 | 241 | 121 | 103 |
| Binary | 1100110 | 11101111 | 11000011 | 111001 | 0 | 10010 | 110 | 10100001 | 1010001 | 1000011 |
Color Harmonies of #66EFC3
Complementary color
Monochromatic Colors of #66EFC3
Black with #66EFC3
Text Example
Text Example
White with #66EFC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66EFC3; }
p { color: rgb(102,239,195); }
H1.HeaderClassName
{
color: #66EFC3;
}
.AnyTagClassName
{
color: #66EFC3;
}
</style>
background-color css
<style>
a { background-color: #66EFC3; }
a { background-color: rgb(102,239,195); }
div.DivClassName
{
background-color: #66EFC3;
}
.BgClassName
{
background-color: #66EFC3;
}
</style>
border-color css
<style>
span { border-color: #66EFC3; }
span { border-color: rgb(102,239,195); }
td.TdClassName
{
border-color: #66EFC3;
}
.TagClassName
{
border-color: #66EFC3;
}
</style>