Shades of Downy #5EDFBE
Tints of Downy #5EDFBE
RGB
CMYK
RGB Variations
Color information
#5EDFBE (or 0x5EDFBE) is known color: Downy. HEX triplet: 5E, DF and BE. RGB value is (94,223,190). Sum of RGB (Red+Green+Blue) = 94+223+190=507 (67% of max value = 765). Red value is 94 (37.11% from 255 or 18.54% from 507); Green value is 223 (87.5% from 255 or 43.98% from 507); Blue value is 190 (74.61% from 255 or 37.48% from 507); Max value from RGB is 223 - color contains mainly: green. Hex color #5EDFBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5EDFBE is #A12041. Grayscale: #B4B4B4. Windows color (decimal): -10559554 or 12509022. OLE color: 12509022.
HSL color Cylindrical-coordinate representation of color #5EDFBE: hue angle of 164.65º degrees, saturation: 0.67, 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 #5EDFBE is Cyan = 0.58, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 94 | 223 | 190 | - |
| CMYK | 0.58 | 0 | 0.15 | 0.13 |
| HSL | 164.65º | 0.67% | 0.62% | - |
| HSV(B) | 164.65º | 0.58% | 0.87% | - |
| XYZ | 40.3 | 58.87 | 57.95 | - |
| YUV | 180.67 | 133.26 | 66.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 223 | 190 | 0.58 | 0 | 0.15 | 0.13 | 164.65 | 0.67 | 0.62 |
| Hex | 5E | DF | BE | 3A | 0 | F | D | A5 | 43 | 3E |
| Octal | 136 | 337 | 276 | 72 | 0 | 17 | 15 | 245 | 103 | 76 |
| Binary | 1011110 | 11011111 | 10111110 | 111010 | 0 | 1111 | 1101 | 10100101 | 1000011 | 111110 |
Color Harmonies of #5EDFBE
Complementary color
Monochromatic Colors of #5EDFBE
Black with #5EDFBE
Text Example
Text Example
White with #5EDFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EDFBE; }
p { color: rgb(94,223,190); }
H1.HeaderClassName
{
color: #5EDFBE;
}
.AnyTagClassName
{
color: #5EDFBE;
}
</style>
background-color css
<style>
a { background-color: #5EDFBE; }
a { background-color: rgb(94,223,190); }
div.DivClassName
{
background-color: #5EDFBE;
}
.BgClassName
{
background-color: #5EDFBE;
}
</style>
border-color css
<style>
span { border-color: #5EDFBE; }
span { border-color: rgb(94,223,190); }
td.TdClassName
{
border-color: #5EDFBE;
}
.TagClassName
{
border-color: #5EDFBE;
}
</style>