Shades of Downy #5EE8CD
Tints of Downy #5EE8CD
RGB
CMYK
RGB Variations
Color information
#5EE8CD (or 0x5EE8CD) is known color: Downy. HEX triplet: 5E, E8 and CD. RGB value is (94,232,205). Sum of RGB (Red+Green+Blue) = 94+232+205=531 (70% of max value = 765). Red value is 94 (37.11% from 255 or 17.70% from 531); Green value is 232 (91.02% from 255 or 43.69% from 531); Blue value is 205 (80.47% from 255 or 38.61% from 531); Max value from RGB is 232 - color contains mainly: green. Hex color #5EE8CD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5EE8CD is #A11732. Grayscale: #BBBBBB. Windows color (decimal): -10557235 or 13494366. OLE color: 13494366.
HSL color Cylindrical-coordinate representation of color #5EE8CD: hue angle of 168.26º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5EE8CD is Cyan = 0.59, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 94 | 232 | 205 | - |
| CMYK | 0.59 | 0 | 0.12 | 0.09 |
| HSL | 168.26º | 0.75% | 0.64% | - |
| HSV(B) | 168.26º | 0.59% | 0.91% | - |
| XYZ | 44.49 | 64.5 | 67.86 | - |
| YUV | 187.66 | 137.78 | 61.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 232 | 205 | 0.59 | 0 | 0.12 | 0.09 | 168.26 | 0.75 | 0.64 |
| Hex | 5E | E8 | CD | 3B | 0 | C | 9 | A8 | 4B | 40 |
| Octal | 136 | 350 | 315 | 73 | 0 | 14 | 11 | 250 | 113 | 100 |
| Binary | 1011110 | 11101000 | 11001101 | 111011 | 0 | 1100 | 1001 | 10101000 | 1001011 | 1000000 |
Color Harmonies of #5EE8CD
Complementary color
Monochromatic Colors of #5EE8CD
Black with #5EE8CD
Text Example
Text Example
White with #5EE8CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EE8CD; }
p { color: rgb(94,232,205); }
H1.HeaderClassName
{
color: #5EE8CD;
}
.AnyTagClassName
{
color: #5EE8CD;
}
</style>
background-color css
<style>
a { background-color: #5EE8CD; }
a { background-color: rgb(94,232,205); }
div.DivClassName
{
background-color: #5EE8CD;
}
.BgClassName
{
background-color: #5EE8CD;
}
</style>
border-color css
<style>
span { border-color: #5EE8CD; }
span { border-color: rgb(94,232,205); }
td.TdClassName
{
border-color: #5EE8CD;
}
.TagClassName
{
border-color: #5EE8CD;
}
</style>