Shades of Downy #5FE6BC
Tints of Downy #5FE6BC
RGB
CMYK
RGB Variations
Color information
#5FE6BC (or 0x5FE6BC) is known color: Downy. HEX triplet: 5F, E6 and BC. RGB value is (95,230,188). Sum of RGB (Red+Green+Blue) = 95+230+188=513 (67% of max value = 765). Red value is 95 (37.5% from 255 or 18.52% from 513); Green value is 230 (90.23% from 255 or 44.83% from 513); Blue value is 188 (73.83% from 255 or 36.65% from 513); Max value from RGB is 230 - color contains mainly: green. Hex color #5FE6BC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5FE6BC is #A01943. Grayscale: #B8B8B8. Windows color (decimal): -10492228 or 12379743. OLE color: 12379743.
HSL color Cylindrical-coordinate representation of color #5FE6BC: hue angle of 161.33º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5FE6BC is Cyan = 0.59, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 95 | 230 | 188 | - |
| CMYK | 0.59 | 0 | 0.18 | 0.10 |
| HSL | 161.33º | 0.73% | 0.64% | - |
| HSV(B) | 161.33º | 0.59% | 0.9% | - |
| XYZ | 42.09 | 62.66 | 57.45 | - |
| YUV | 184.85 | 129.77 | 63.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 230 | 188 | 0.59 | 0 | 0.18 | 0.10 | 161.33 | 0.73 | 0.64 |
| Hex | 5F | E6 | BC | 3B | 0 | 12 | A | A1 | 49 | 40 |
| Octal | 137 | 346 | 274 | 73 | 0 | 22 | 12 | 241 | 111 | 100 |
| Binary | 1011111 | 11100110 | 10111100 | 111011 | 0 | 10010 | 1010 | 10100001 | 1001001 | 1000000 |
Color Harmonies of #5FE6BC
Complementary color
Monochromatic Colors of #5FE6BC
Black with #5FE6BC
Text Example
Text Example
White with #5FE6BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FE6BC; }
p { color: rgb(95,230,188); }
H1.HeaderClassName
{
color: #5FE6BC;
}
.AnyTagClassName
{
color: #5FE6BC;
}
</style>
background-color css
<style>
a { background-color: #5FE6BC; }
a { background-color: rgb(95,230,188); }
div.DivClassName
{
background-color: #5FE6BC;
}
.BgClassName
{
background-color: #5FE6BC;
}
</style>
border-color css
<style>
span { border-color: #5FE6BC; }
span { border-color: rgb(95,230,188); }
td.TdClassName
{
border-color: #5FE6BC;
}
.TagClassName
{
border-color: #5FE6BC;
}
</style>