Shades of Downy #5FEBBC
Tints of Downy #5FEBBC
RGB
CMYK
RGB Variations
Color information
#5FEBBC (or 0x5FEBBC) is known color: Downy. HEX triplet: 5F, EB and BC. RGB value is (95,235,188). Sum of RGB (Red+Green+Blue) = 95+235+188=518 (68% of max value = 765). Red value is 95 (37.5% from 255 or 18.34% from 518); Green value is 235 (92.19% from 255 or 45.37% from 518); Blue value is 188 (73.83% from 255 or 36.29% from 518); Max value from RGB is 235 - color contains mainly: green. Hex color #5FEBBC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5FEBBC is #A01443. Grayscale: #BBBBBB. Windows color (decimal): -10490948 or 12381023. OLE color: 12381023.
HSL color Cylindrical-coordinate representation of color #5FEBBC: hue angle of 159.86º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5FEBBC is Cyan = 0.60, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 95 | 235 | 188 | - |
| CMYK | 0.60 | 0 | 0.2 | 0.08 |
| HSL | 159.86º | 0.78% | 0.65% | - |
| HSV(B) | 159.86º | 0.6% | 0.92% | - |
| XYZ | 43.5 | 65.48 | 57.92 | - |
| YUV | 187.78 | 128.12 | 61.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 235 | 188 | 0.60 | 0 | 0.2 | 0.08 | 159.86 | 0.78 | 0.65 |
| Hex | 5F | EB | BC | 3C | 0 | 14 | 8 | A0 | 4E | 41 |
| Octal | 137 | 353 | 274 | 74 | 0 | 24 | 10 | 240 | 116 | 101 |
| Binary | 1011111 | 11101011 | 10111100 | 111100 | 0 | 10100 | 1000 | 10100000 | 1001110 | 1000001 |
Color Harmonies of #5FEBBC
Complementary color
Monochromatic Colors of #5FEBBC
Black with #5FEBBC
Text Example
Text Example
White with #5FEBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FEBBC; }
p { color: rgb(95,235,188); }
H1.HeaderClassName
{
color: #5FEBBC;
}
.AnyTagClassName
{
color: #5FEBBC;
}
</style>
background-color css
<style>
a { background-color: #5FEBBC; }
a { background-color: rgb(95,235,188); }
div.DivClassName
{
background-color: #5FEBBC;
}
.BgClassName
{
background-color: #5FEBBC;
}
</style>
border-color css
<style>
span { border-color: #5FEBBC; }
span { border-color: rgb(95,235,188); }
td.TdClassName
{
border-color: #5FEBBC;
}
.TagClassName
{
border-color: #5FEBBC;
}
</style>