Shades of Downy #5FE3BC
Tints of Downy #5FE3BC
RGB
CMYK
RGB Variations
Color information
#5FE3BC (or 0x5FE3BC) is known color: Downy. HEX triplet: 5F, E3 and BC. RGB value is (95,227,188). Sum of RGB (Red+Green+Blue) = 95+227+188=510 (67% of max value = 765). Red value is 95 (37.5% from 255 or 18.63% from 510); Green value is 227 (89.06% from 255 or 44.51% from 510); Blue value is 188 (73.83% from 255 or 36.86% from 510); Max value from RGB is 227 - color contains mainly: green. Hex color #5FE3BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FE3BC is #A01C43. Grayscale: #B7B7B7. Windows color (decimal): -10492996 or 12378975. OLE color: 12378975.
HSL color Cylindrical-coordinate representation of color #5FE3BC: hue angle of 162.27º 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 #5FE3BC is Cyan = 0.58, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 95 | 227 | 188 | - |
| CMYK | 0.58 | 0 | 0.17 | 0.11 |
| HSL | 162.27º | 0.7% | 0.63% | - |
| HSV(B) | 162.27º | 0.58% | 0.89% | - |
| XYZ | 41.27 | 61 | 57.18 | - |
| YUV | 183.09 | 130.77 | 65.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 227 | 188 | 0.58 | 0 | 0.17 | 0.11 | 162.27 | 0.7 | 0.63 |
| Hex | 5F | E3 | BC | 3A | 0 | 11 | B | A2 | 46 | 3F |
| Octal | 137 | 343 | 274 | 72 | 0 | 21 | 13 | 242 | 106 | 77 |
| Binary | 1011111 | 11100011 | 10111100 | 111010 | 0 | 10001 | 1011 | 10100010 | 1000110 | 111111 |
Color Harmonies of #5FE3BC
Complementary color
Monochromatic Colors of #5FE3BC
Black with #5FE3BC
Text Example
Text Example
White with #5FE3BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FE3BC; }
p { color: rgb(95,227,188); }
H1.HeaderClassName
{
color: #5FE3BC;
}
.AnyTagClassName
{
color: #5FE3BC;
}
</style>
background-color css
<style>
a { background-color: #5FE3BC; }
a { background-color: rgb(95,227,188); }
div.DivClassName
{
background-color: #5FE3BC;
}
.BgClassName
{
background-color: #5FE3BC;
}
</style>
border-color css
<style>
span { border-color: #5FE3BC; }
span { border-color: rgb(95,227,188); }
td.TdClassName
{
border-color: #5FE3BC;
}
.TagClassName
{
border-color: #5FE3BC;
}
</style>