Shades of Downy #5EE9CA
Tints of Downy #5EE9CA
RGB
CMYK
RGB Variations
Color information
#5EE9CA (or 0x5EE9CA) is known color: Downy. HEX triplet: 5E, E9 and CA. RGB value is (94,233,202). Sum of RGB (Red+Green+Blue) = 94+233+202=529 (70% of max value = 765). Red value is 94 (37.11% from 255 or 17.77% from 529); Green value is 233 (91.41% from 255 or 44.05% from 529); Blue value is 202 (79.30% from 255 or 38.19% from 529); Max value from RGB is 233 - color contains mainly: green. Hex color #5EE9CA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5EE9CA is #A11635. Grayscale: #BBBBBB. Windows color (decimal): -10556982 or 13298014. OLE color: 13298014.
HSL color Cylindrical-coordinate representation of color #5EE9CA: hue angle of 166.62º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5EE9CA is Cyan = 0.60, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 94 | 233 | 202 | - |
| CMYK | 0.60 | 0 | 0.13 | 0.09 |
| HSL | 166.62º | 0.76% | 0.64% | - |
| HSV(B) | 166.62º | 0.6% | 0.91% | - |
| XYZ | 44.42 | 64.92 | 66.07 | - |
| YUV | 187.91 | 135.95 | 61.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 233 | 202 | 0.60 | 0 | 0.13 | 0.09 | 166.62 | 0.76 | 0.64 |
| Hex | 5E | E9 | CA | 3C | 0 | D | 9 | A7 | 4C | 40 |
| Octal | 136 | 351 | 312 | 74 | 0 | 15 | 11 | 247 | 114 | 100 |
| Binary | 1011110 | 11101001 | 11001010 | 111100 | 0 | 1101 | 1001 | 10100111 | 1001100 | 1000000 |
Color Harmonies of #5EE9CA
Complementary color
Monochromatic Colors of #5EE9CA
Black with #5EE9CA
Text Example
Text Example
White with #5EE9CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EE9CA; }
p { color: rgb(94,233,202); }
H1.HeaderClassName
{
color: #5EE9CA;
}
.AnyTagClassName
{
color: #5EE9CA;
}
</style>
background-color css
<style>
a { background-color: #5EE9CA; }
a { background-color: rgb(94,233,202); }
div.DivClassName
{
background-color: #5EE9CA;
}
.BgClassName
{
background-color: #5EE9CA;
}
</style>
border-color css
<style>
span { border-color: #5EE9CA; }
span { border-color: rgb(94,233,202); }
td.TdClassName
{
border-color: #5EE9CA;
}
.TagClassName
{
border-color: #5EE9CA;
}
</style>