Shades of Downy #5FE6BF
Tints of Downy #5FE6BF
RGB
CMYK
RGB Variations
Color information
#5FE6BF (or 0x5FE6BF) is known color: Downy. HEX triplet: 5F, E6 and BF. RGB value is (95,230,191). Sum of RGB (Red+Green+Blue) = 95+230+191=516 (68% of max value = 765). Red value is 95 (37.5% from 255 or 18.41% from 516); Green value is 230 (90.23% from 255 or 44.57% from 516); Blue value is 191 (75% from 255 or 37.02% from 516); Max value from RGB is 230 - color contains mainly: green. Hex color #5FE6BF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5FE6BF is #A01940. Grayscale: #B9B9B9. Windows color (decimal): -10492225 or 12576351. OLE color: 12576351.
HSL color Cylindrical-coordinate representation of color #5FE6BF: hue angle of 162.67º 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 #5FE6BF is Cyan = 0.59, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 95 | 230 | 191 | - |
| CMYK | 0.59 | 0 | 0.17 | 0.10 |
| HSL | 162.67º | 0.73% | 0.64% | - |
| HSV(B) | 162.67º | 0.59% | 0.9% | - |
| XYZ | 42.42 | 62.79 | 59.17 | - |
| YUV | 185.19 | 131.27 | 63.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 230 | 191 | 0.59 | 0 | 0.17 | 0.10 | 162.67 | 0.73 | 0.64 |
| Hex | 5F | E6 | BF | 3B | 0 | 11 | A | A3 | 49 | 40 |
| Octal | 137 | 346 | 277 | 73 | 0 | 21 | 12 | 243 | 111 | 100 |
| Binary | 1011111 | 11100110 | 10111111 | 111011 | 0 | 10001 | 1010 | 10100011 | 1001001 | 1000000 |
Color Harmonies of #5FE6BF
Complementary color
Monochromatic Colors of #5FE6BF
Black with #5FE6BF
Text Example
Text Example
White with #5FE6BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FE6BF; }
p { color: rgb(95,230,191); }
H1.HeaderClassName
{
color: #5FE6BF;
}
.AnyTagClassName
{
color: #5FE6BF;
}
</style>
background-color css
<style>
a { background-color: #5FE6BF; }
a { background-color: rgb(95,230,191); }
div.DivClassName
{
background-color: #5FE6BF;
}
.BgClassName
{
background-color: #5FE6BF;
}
</style>
border-color css
<style>
span { border-color: #5FE6BF; }
span { border-color: rgb(95,230,191); }
td.TdClassName
{
border-color: #5FE6BF;
}
.TagClassName
{
border-color: #5FE6BF;
}
</style>