Shades of Downy #5FEEBF
Tints of Downy #5FEEBF
RGB
CMYK
RGB Variations
Color information
#5FEEBF (or 0x5FEEBF) is known color: Downy. HEX triplet: 5F, EE and BF. RGB value is (95,238,191). Sum of RGB (Red+Green+Blue) = 95+238+191=524 (69% of max value = 765). Red value is 95 (37.5% from 255 or 18.13% from 524); Green value is 238 (93.36% from 255 or 45.42% from 524); Blue value is 191 (75% from 255 or 36.45% from 524); Max value from RGB is 238 - color contains mainly: green. Hex color #5FEEBF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5FEEBF is #A01140. Grayscale: #BDBDBD. Windows color (decimal): -10490177 or 12578399. OLE color: 12578399.
HSL color Cylindrical-coordinate representation of color #5FEEBF: hue angle of 160.28º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5FEEBF is Cyan = 0.60, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 95 | 238 | 191 | - |
| CMYK | 0.60 | 0 | 0.20 | 0.07 |
| HSL | 160.28º | 0.81% | 0.65% | - |
| HSV(B) | 160.28º | 0.6% | 0.93% | - |
| XYZ | 44.7 | 67.34 | 59.93 | - |
| YUV | 189.89 | 128.62 | 60.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 238 | 191 | 0.60 | 0 | 0.20 | 0.07 | 160.28 | 0.81 | 0.65 |
| Hex | 5F | EE | BF | 3C | 0 | 14 | 7 | A0 | 51 | 41 |
| Octal | 137 | 356 | 277 | 74 | 0 | 24 | 7 | 240 | 121 | 101 |
| Binary | 1011111 | 11101110 | 10111111 | 111100 | 0 | 10100 | 111 | 10100000 | 1010001 | 1000001 |
Color Harmonies of #5FEEBF
Complementary color
Monochromatic Colors of #5FEEBF
Black with #5FEEBF
Text Example
Text Example
White with #5FEEBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FEEBF; }
p { color: rgb(95,238,191); }
H1.HeaderClassName
{
color: #5FEEBF;
}
.AnyTagClassName
{
color: #5FEEBF;
}
</style>
background-color css
<style>
a { background-color: #5FEEBF; }
a { background-color: rgb(95,238,191); }
div.DivClassName
{
background-color: #5FEEBF;
}
.BgClassName
{
background-color: #5FEEBF;
}
</style>
border-color css
<style>
span { border-color: #5FEEBF; }
span { border-color: rgb(95,238,191); }
td.TdClassName
{
border-color: #5FEEBF;
}
.TagClassName
{
border-color: #5FEEBF;
}
</style>