Shades of Downy #5EEBCA
Tints of Downy #5EEBCA
RGB
CMYK
RGB Variations
Color information
#5EEBCA (or 0x5EEBCA) is known color: Downy. HEX triplet: 5E, EB and CA. RGB value is (94,235,202). Sum of RGB (Red+Green+Blue) = 94+235+202=531 (70% of max value = 765). Red value is 94 (37.11% from 255 or 17.70% from 531); Green value is 235 (92.19% from 255 or 44.26% from 531); Blue value is 202 (79.30% from 255 or 38.04% from 531); Max value from RGB is 235 - color contains mainly: green. Hex color #5EEBCA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5EEBCA is #A11435. Grayscale: #BDBDBD. Windows color (decimal): -10556470 or 13298526. OLE color: 13298526.
HSL color Cylindrical-coordinate representation of color #5EEBCA: hue angle of 165.96º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5EEBCA is Cyan = 0.6, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 94 | 235 | 202 | - |
| CMYK | 0.6 | 0 | 0.14 | 0.08 |
| HSL | 165.96º | 0.78% | 0.65% | - |
| HSV(B) | 165.96º | 0.6% | 0.92% | - |
| XYZ | 44.99 | 66.06 | 66.26 | - |
| YUV | 189.08 | 135.29 | 60.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 235 | 202 | 0.6 | 0 | 0.14 | 0.08 | 165.96 | 0.78 | 0.65 |
| Hex | 5E | EB | CA | 3C | 0 | E | 8 | A6 | 4E | 41 |
| Octal | 136 | 353 | 312 | 74 | 0 | 16 | 10 | 246 | 116 | 101 |
| Binary | 1011110 | 11101011 | 11001010 | 111100 | 0 | 1110 | 1000 | 10100110 | 1001110 | 1000001 |
Color Harmonies of #5EEBCA
Complementary color
Monochromatic Colors of #5EEBCA
Black with #5EEBCA
Text Example
Text Example
White with #5EEBCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EEBCA; }
p { color: rgb(94,235,202); }
H1.HeaderClassName
{
color: #5EEBCA;
}
.AnyTagClassName
{
color: #5EEBCA;
}
</style>
background-color css
<style>
a { background-color: #5EEBCA; }
a { background-color: rgb(94,235,202); }
div.DivClassName
{
background-color: #5EEBCA;
}
.BgClassName
{
background-color: #5EEBCA;
}
</style>
border-color css
<style>
span { border-color: #5EEBCA; }
span { border-color: rgb(94,235,202); }
td.TdClassName
{
border-color: #5EEBCA;
}
.TagClassName
{
border-color: #5EEBCA;
}
</style>