Shades of Downy #5FD6BF
Tints of Downy #5FD6BF
RGB
CMYK
RGB Variations
Color information
#5FD6BF (or 0x5FD6BF) is known color: Downy. HEX triplet: 5F, D6 and BF. RGB value is (95,214,191). Sum of RGB (Red+Green+Blue) = 95+214+191=500 (66% of max value = 765). Red value is 95 (37.5% from 255 or 19% from 500); Green value is 214 (83.98% from 255 or 42.8% from 500); Blue value is 191 (75% from 255 or 38.2% from 500); Max value from RGB is 214 - color contains mainly: green. Hex color #5FD6BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FD6BF is #A02940. Grayscale: #AFAFAF. Windows color (decimal): -10496321 or 12572255. OLE color: 12572255.
HSL color Cylindrical-coordinate representation of color #5FD6BF: hue angle of 168.4º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5FD6BF is Cyan = 0.56, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 95 | 214 | 191 | - |
| CMYK | 0.56 | 0 | 0.11 | 0.16 |
| HSL | 168.4º | 0.59% | 0.61% | - |
| HSV(B) | 168.4º | 0.56% | 0.84% | - |
| XYZ | 38.17 | 54.29 | 57.76 | - |
| YUV | 175.8 | 136.58 | 70.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 214 | 191 | 0.56 | 0 | 0.11 | 0.16 | 168.4 | 0.59 | 0.61 |
| Hex | 5F | D6 | BF | 38 | 0 | B | 10 | A8 | 3B | 3D |
| Octal | 137 | 326 | 277 | 70 | 0 | 13 | 20 | 250 | 73 | 75 |
| Binary | 1011111 | 11010110 | 10111111 | 111000 | 0 | 1011 | 10000 | 10101000 | 111011 | 111101 |
Color Harmonies of #5FD6BF
Complementary color
Monochromatic Colors of #5FD6BF
Black with #5FD6BF
Text Example
Text Example
White with #5FD6BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FD6BF; }
p { color: rgb(95,214,191); }
H1.HeaderClassName
{
color: #5FD6BF;
}
.AnyTagClassName
{
color: #5FD6BF;
}
</style>
background-color css
<style>
a { background-color: #5FD6BF; }
a { background-color: rgb(95,214,191); }
div.DivClassName
{
background-color: #5FD6BF;
}
.BgClassName
{
background-color: #5FD6BF;
}
</style>
border-color css
<style>
span { border-color: #5FD6BF; }
span { border-color: rgb(95,214,191); }
td.TdClassName
{
border-color: #5FD6BF;
}
.TagClassName
{
border-color: #5FD6BF;
}
</style>