Shades of Downy #5FEABA
Tints of Downy #5FEABA
RGB
CMYK
RGB Variations
Color information
#5FEABA (or 0x5FEABA) is known color: Downy. HEX triplet: 5F, EA and BA. RGB value is (95,234,186). Sum of RGB (Red+Green+Blue) = 95+234+186=515 (68% of max value = 765). Red value is 95 (37.5% from 255 or 18.45% from 515); Green value is 234 (91.80% from 255 or 45.44% from 515); Blue value is 186 (73.05% from 255 or 36.12% from 515); Max value from RGB is 234 - color contains mainly: green. Hex color #5FEABA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5FEABA is #A01545. Grayscale: #BBBBBB. Windows color (decimal): -10491206 or 12249695. OLE color: 12249695.
HSL color Cylindrical-coordinate representation of color #5FEABA: hue angle of 159.28º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5FEABA is Cyan = 0.59, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 95 | 234 | 186 | - |
| CMYK | 0.59 | 0 | 0.21 | 0.08 |
| HSL | 159.28º | 0.77% | 0.65% | - |
| HSV(B) | 159.28º | 0.59% | 0.92% | - |
| XYZ | 43.01 | 64.82 | 56.7 | - |
| YUV | 186.97 | 127.45 | 62.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 234 | 186 | 0.59 | 0 | 0.21 | 0.08 | 159.28 | 0.77 | 0.65 |
| Hex | 5F | EA | BA | 3B | 0 | 15 | 8 | 9F | 4D | 41 |
| Octal | 137 | 352 | 272 | 73 | 0 | 25 | 10 | 237 | 115 | 101 |
| Binary | 1011111 | 11101010 | 10111010 | 111011 | 0 | 10101 | 1000 | 10011111 | 1001101 | 1000001 |
Color Harmonies of #5FEABA
Complementary color
Monochromatic Colors of #5FEABA
Black with #5FEABA
Text Example
Text Example
White with #5FEABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FEABA; }
p { color: rgb(95,234,186); }
H1.HeaderClassName
{
color: #5FEABA;
}
.AnyTagClassName
{
color: #5FEABA;
}
</style>
background-color css
<style>
a { background-color: #5FEABA; }
a { background-color: rgb(95,234,186); }
div.DivClassName
{
background-color: #5FEABA;
}
.BgClassName
{
background-color: #5FEABA;
}
</style>
border-color css
<style>
span { border-color: #5FEABA; }
span { border-color: rgb(95,234,186); }
td.TdClassName
{
border-color: #5FEABA;
}
.TagClassName
{
border-color: #5FEABA;
}
</style>