Shades of Downy #5EEACA
Tints of Downy #5EEACA
RGB
CMYK
RGB Variations
Color information
#5EEACA (or 0x5EEACA) is known color: Downy. HEX triplet: 5E, EA and CA. RGB value is (94,234,202). Sum of RGB (Red+Green+Blue) = 94+234+202=530 (70% of max value = 765). Red value is 94 (37.11% from 255 or 17.74% from 530); Green value is 234 (91.80% from 255 or 44.15% from 530); Blue value is 202 (79.30% from 255 or 38.11% from 530); Max value from RGB is 234 - color contains mainly: green. Hex color #5EEACA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5EEACA is #A11535. Grayscale: #BCBCBC. Windows color (decimal): -10556726 or 13298270. OLE color: 13298270.
HSL color Cylindrical-coordinate representation of color #5EEACA: hue angle of 166.29º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5EEACA is Cyan = 0.60, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 94 | 234 | 202 | - |
| CMYK | 0.60 | 0 | 0.14 | 0.08 |
| HSL | 166.29º | 0.77% | 0.64% | - |
| HSV(B) | 166.29º | 0.6% | 0.92% | - |
| XYZ | 44.7 | 65.49 | 66.16 | - |
| YUV | 188.49 | 135.62 | 60.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 234 | 202 | 0.60 | 0 | 0.14 | 0.08 | 166.29 | 0.77 | 0.64 |
| Hex | 5E | EA | CA | 3C | 0 | E | 8 | A6 | 4D | 40 |
| Octal | 136 | 352 | 312 | 74 | 0 | 16 | 10 | 246 | 115 | 100 |
| Binary | 1011110 | 11101010 | 11001010 | 111100 | 0 | 1110 | 1000 | 10100110 | 1001101 | 1000000 |
Color Harmonies of #5EEACA
Complementary color
Monochromatic Colors of #5EEACA
Black with #5EEACA
Text Example
Text Example
White with #5EEACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EEACA; }
p { color: rgb(94,234,202); }
H1.HeaderClassName
{
color: #5EEACA;
}
.AnyTagClassName
{
color: #5EEACA;
}
</style>
background-color css
<style>
a { background-color: #5EEACA; }
a { background-color: rgb(94,234,202); }
div.DivClassName
{
background-color: #5EEACA;
}
.BgClassName
{
background-color: #5EEACA;
}
</style>
border-color css
<style>
span { border-color: #5EEACA; }
span { border-color: rgb(94,234,202); }
td.TdClassName
{
border-color: #5EEACA;
}
.TagClassName
{
border-color: #5EEACA;
}
</style>