Shades of Downy #5FE4BC
Tints of Downy #5FE4BC
RGB
CMYK
RGB Variations
Color information
#5FE4BC (or 0x5FE4BC) is known color: Downy. HEX triplet: 5F, E4 and BC. RGB value is (95,228,188). Sum of RGB (Red+Green+Blue) = 95+228+188=511 (67% of max value = 765). Red value is 95 (37.5% from 255 or 18.59% from 511); Green value is 228 (89.45% from 255 or 44.62% from 511); Blue value is 188 (73.83% from 255 or 36.79% from 511); Max value from RGB is 228 - color contains mainly: green. Hex color #5FE4BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FE4BC is #A01B43. Grayscale: #B7B7B7. Windows color (decimal): -10492740 or 12379231. OLE color: 12379231.
HSL color Cylindrical-coordinate representation of color #5FE4BC: hue angle of 161.95º degrees, saturation: 0.71, 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 #5FE4BC is Cyan = 0.58, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 95 | 228 | 188 | - |
| CMYK | 0.58 | 0 | 0.18 | 0.11 |
| HSL | 161.95º | 0.71% | 0.63% | - |
| HSV(B) | 161.95º | 0.58% | 0.89% | - |
| XYZ | 41.54 | 61.55 | 57.27 | - |
| YUV | 183.67 | 130.44 | 64.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 228 | 188 | 0.58 | 0 | 0.18 | 0.11 | 161.95 | 0.71 | 0.63 |
| Hex | 5F | E4 | BC | 3A | 0 | 12 | B | A2 | 47 | 3F |
| Octal | 137 | 344 | 274 | 72 | 0 | 22 | 13 | 242 | 107 | 77 |
| Binary | 1011111 | 11100100 | 10111100 | 111010 | 0 | 10010 | 1011 | 10100010 | 1000111 | 111111 |
Color Harmonies of #5FE4BC
Complementary color
Monochromatic Colors of #5FE4BC
Black with #5FE4BC
Text Example
Text Example
White with #5FE4BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FE4BC; }
p { color: rgb(95,228,188); }
H1.HeaderClassName
{
color: #5FE4BC;
}
.AnyTagClassName
{
color: #5FE4BC;
}
</style>
background-color css
<style>
a { background-color: #5FE4BC; }
a { background-color: rgb(95,228,188); }
div.DivClassName
{
background-color: #5FE4BC;
}
.BgClassName
{
background-color: #5FE4BC;
}
</style>
border-color css
<style>
span { border-color: #5FE4BC; }
span { border-color: rgb(95,228,188); }
td.TdClassName
{
border-color: #5FE4BC;
}
.TagClassName
{
border-color: #5FE4BC;
}
</style>