Shades of Downy #66E5C4
Tints of Downy #66E5C4
RGB
CMYK
RGB Variations
Color information
#66E5C4 (or 0x66E5C4) is known color: Downy. HEX triplet: 66, E5 and C4. RGB value is (102,229,196). Sum of RGB (Red+Green+Blue) = 102+229+196=527 (69% of max value = 765). Red value is 102 (40.23% from 255 or 19.35% from 527); Green value is 229 (89.84% from 255 or 43.45% from 527); Blue value is 196 (76.95% from 255 or 37.19% from 527); Max value from RGB is 229 - color contains mainly: green. Hex color #66E5C4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66E5C4 is #991A3B. Grayscale: #BBBBBB. Windows color (decimal): -10033724 or 12903782. OLE color: 12903782.
HSL color Cylindrical-coordinate representation of color #66E5C4: hue angle of 164.41º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #66E5C4 is Cyan = 0.55, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 102 | 229 | 196 | - |
| CMYK | 0.55 | 0 | 0.14 | 0.10 |
| HSL | 164.41º | 0.71% | 0.65% | - |
| HSV(B) | 164.41º | 0.55% | 0.9% | - |
| XYZ | 43.46 | 62.85 | 62.06 | - |
| YUV | 187.27 | 132.92 | 67.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 229 | 196 | 0.55 | 0 | 0.14 | 0.10 | 164.41 | 0.71 | 0.65 |
| Hex | 66 | E5 | C4 | 37 | 0 | E | A | A4 | 47 | 41 |
| Octal | 146 | 345 | 304 | 67 | 0 | 16 | 12 | 244 | 107 | 101 |
| Binary | 1100110 | 11100101 | 11000100 | 110111 | 0 | 1110 | 1010 | 10100100 | 1000111 | 1000001 |
Color Harmonies of #66E5C4
Complementary color
Monochromatic Colors of #66E5C4
Black with #66E5C4
Text Example
Text Example
White with #66E5C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66E5C4; }
p { color: rgb(102,229,196); }
H1.HeaderClassName
{
color: #66E5C4;
}
.AnyTagClassName
{
color: #66E5C4;
}
</style>
background-color css
<style>
a { background-color: #66E5C4; }
a { background-color: rgb(102,229,196); }
div.DivClassName
{
background-color: #66E5C4;
}
.BgClassName
{
background-color: #66E5C4;
}
</style>
border-color css
<style>
span { border-color: #66E5C4; }
span { border-color: rgb(102,229,196); }
td.TdClassName
{
border-color: #66E5C4;
}
.TagClassName
{
border-color: #66E5C4;
}
</style>