Shades of Downy #5EDECA
Tints of Downy #5EDECA
RGB
CMYK
RGB Variations
Color information
#5EDECA (or 0x5EDECA) is known color: Downy. HEX triplet: 5E, DE and CA. RGB value is (94,222,202). Sum of RGB (Red+Green+Blue) = 94+222+202=518 (68% of max value = 765). Red value is 94 (37.11% from 255 or 18.15% from 518); Green value is 222 (87.11% from 255 or 42.86% from 518); Blue value is 202 (79.30% from 255 or 39.00% from 518); Max value from RGB is 222 - color contains mainly: green. Hex color #5EDECA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5EDECA is #A12135. Grayscale: #B5B5B5. Windows color (decimal): -10559798 or 13295198. OLE color: 13295198.
HSL color Cylindrical-coordinate representation of color #5EDECA: hue angle of 170.62º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5EDECA is Cyan = 0.58, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 94 | 222 | 202 | - |
| CMYK | 0.58 | 0 | 0.09 | 0.13 |
| HSL | 170.63º | 0.66% | 0.62% | - |
| HSV(B) | 170.63º | 0.58% | 0.87% | - |
| XYZ | 41.4 | 58.89 | 65.06 | - |
| YUV | 181.45 | 139.59 | 65.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 222 | 202 | 0.58 | 0 | 0.09 | 0.13 | 170.63 | 0.66 | 0.62 |
| Hex | 5E | DE | CA | 3A | 0 | 9 | D | AB | 42 | 3E |
| Octal | 136 | 336 | 312 | 72 | 0 | 11 | 15 | 253 | 102 | 76 |
| Binary | 1011110 | 11011110 | 11001010 | 111010 | 0 | 1001 | 1101 | 10101011 | 1000010 | 111110 |
Color Harmonies of #5EDECA
Complementary color
Monochromatic Colors of #5EDECA
Black with #5EDECA
Text Example
Text Example
White with #5EDECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EDECA; }
p { color: rgb(94,222,202); }
H1.HeaderClassName
{
color: #5EDECA;
}
.AnyTagClassName
{
color: #5EDECA;
}
</style>
background-color css
<style>
a { background-color: #5EDECA; }
a { background-color: rgb(94,222,202); }
div.DivClassName
{
background-color: #5EDECA;
}
.BgClassName
{
background-color: #5EDECA;
}
</style>
border-color css
<style>
span { border-color: #5EDECA; }
span { border-color: rgb(94,222,202); }
td.TdClassName
{
border-color: #5EDECA;
}
.TagClassName
{
border-color: #5EDECA;
}
</style>