Shades of Downy #5FEEBB
Tints of Downy #5FEEBB
RGB
CMYK
RGB Variations
Color information
#5FEEBB (or 0x5FEEBB) is known color: Downy. HEX triplet: 5F, EE and BB. RGB value is (95,238,187). Sum of RGB (Red+Green+Blue) = 95+238+187=520 (68% of max value = 765). Red value is 95 (37.5% from 255 or 18.27% from 520); Green value is 238 (93.36% from 255 or 45.77% from 520); Blue value is 187 (73.44% from 255 or 35.96% from 520); Max value from RGB is 238 - color contains mainly: green. Hex color #5FEEBB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5FEEBB is #A01144. Grayscale: #BDBDBD. Windows color (decimal): -10490181 or 12316255. OLE color: 12316255.
HSL color Cylindrical-coordinate representation of color #5FEEBB: hue angle of 158.6º 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 #5FEEBB is Cyan = 0.60, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 95 | 238 | 187 | - |
| CMYK | 0.60 | 0 | 0.21 | 0.07 |
| HSL | 158.6º | 0.81% | 0.65% | - |
| HSV(B) | 158.6º | 0.6% | 0.93% | - |
| XYZ | 44.26 | 67.17 | 57.65 | - |
| YUV | 189.43 | 126.62 | 60.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 238 | 187 | 0.60 | 0 | 0.21 | 0.07 | 158.6 | 0.81 | 0.65 |
| Hex | 5F | EE | BB | 3C | 0 | 15 | 7 | 9F | 51 | 41 |
| Octal | 137 | 356 | 273 | 74 | 0 | 25 | 7 | 237 | 121 | 101 |
| Binary | 1011111 | 11101110 | 10111011 | 111100 | 0 | 10101 | 111 | 10011111 | 1010001 | 1000001 |
Color Harmonies of #5FEEBB
Complementary color
Monochromatic Colors of #5FEEBB
Black with #5FEEBB
Text Example
Text Example
White with #5FEEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FEEBB; }
p { color: rgb(95,238,187); }
H1.HeaderClassName
{
color: #5FEEBB;
}
.AnyTagClassName
{
color: #5FEEBB;
}
</style>
background-color css
<style>
a { background-color: #5FEEBB; }
a { background-color: rgb(95,238,187); }
div.DivClassName
{
background-color: #5FEEBB;
}
.BgClassName
{
background-color: #5FEEBB;
}
</style>
border-color css
<style>
span { border-color: #5FEEBB; }
span { border-color: rgb(95,238,187); }
td.TdClassName
{
border-color: #5FEEBB;
}
.TagClassName
{
border-color: #5FEEBB;
}
</style>