Shades of Downy #5FE3BB
Tints of Downy #5FE3BB
RGB
CMYK
RGB Variations
Color information
#5FE3BB (or 0x5FE3BB) is known color: Downy. HEX triplet: 5F, E3 and BB. RGB value is (95,227,187). Sum of RGB (Red+Green+Blue) = 95+227+187=509 (67% of max value = 765). Red value is 95 (37.5% from 255 or 18.66% from 509); Green value is 227 (89.06% from 255 or 44.60% from 509); Blue value is 187 (73.44% from 255 or 36.74% from 509); Max value from RGB is 227 - color contains mainly: green. Hex color #5FE3BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FE3BB is #A01C44. Grayscale: #B7B7B7. Windows color (decimal): -10492997 or 12313439. OLE color: 12313439.
HSL color Cylindrical-coordinate representation of color #5FE3BB: hue angle of 161.82º degrees, saturation: 0.7, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5FE3BB is Cyan = 0.58, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 95 | 227 | 187 | - |
| CMYK | 0.58 | 0 | 0.18 | 0.11 |
| HSL | 161.82º | 0.7% | 0.63% | - |
| HSV(B) | 161.82º | 0.58% | 0.89% | - |
| XYZ | 41.16 | 60.96 | 56.61 | - |
| YUV | 182.97 | 130.27 | 65.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 227 | 187 | 0.58 | 0 | 0.18 | 0.11 | 161.82 | 0.7 | 0.63 |
| Hex | 5F | E3 | BB | 3A | 0 | 12 | B | A2 | 46 | 3F |
| Octal | 137 | 343 | 273 | 72 | 0 | 22 | 13 | 242 | 106 | 77 |
| Binary | 1011111 | 11100011 | 10111011 | 111010 | 0 | 10010 | 1011 | 10100010 | 1000110 | 111111 |
Color Harmonies of #5FE3BB
Complementary color
Monochromatic Colors of #5FE3BB
Black with #5FE3BB
Text Example
Text Example
White with #5FE3BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FE3BB; }
p { color: rgb(95,227,187); }
H1.HeaderClassName
{
color: #5FE3BB;
}
.AnyTagClassName
{
color: #5FE3BB;
}
</style>
background-color css
<style>
a { background-color: #5FE3BB; }
a { background-color: rgb(95,227,187); }
div.DivClassName
{
background-color: #5FE3BB;
}
.BgClassName
{
background-color: #5FE3BB;
}
</style>
border-color css
<style>
span { border-color: #5FE3BB; }
span { border-color: rgb(95,227,187); }
td.TdClassName
{
border-color: #5FE3BB;
}
.TagClassName
{
border-color: #5FE3BB;
}
</style>