Shades of Downy #5FD8C5
Tints of Downy #5FD8C5
RGB
CMYK
RGB Variations
Color information
#5FD8C5 (or 0x5FD8C5) is known color: Downy. HEX triplet: 5F, D8 and C5. RGB value is (95,216,197). Sum of RGB (Red+Green+Blue) = 95+216+197=508 (67% of max value = 765). Red value is 95 (37.5% from 255 or 18.70% from 508); Green value is 216 (84.77% from 255 or 42.52% from 508); Blue value is 197 (77.34% from 255 or 38.78% from 508); Max value from RGB is 216 - color contains mainly: green. Hex color #5FD8C5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FD8C5 is #A0273A. Grayscale: #B1B1B1. Windows color (decimal): -10495803 or 12965983. OLE color: 12965983.
HSL color Cylindrical-coordinate representation of color #5FD8C5: hue angle of 170.58º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5FD8C5 is Cyan = 0.56, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 95 | 216 | 197 | - |
| CMYK | 0.56 | 0 | 0.09 | 0.15 |
| HSL | 170.58º | 0.61% | 0.61% | - |
| HSV(B) | 170.58º | 0.56% | 0.85% | - |
| XYZ | 39.35 | 55.58 | 61.48 | - |
| YUV | 177.66 | 138.91 | 69.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 216 | 197 | 0.56 | 0 | 0.09 | 0.15 | 170.58 | 0.61 | 0.61 |
| Hex | 5F | D8 | C5 | 38 | 0 | 9 | F | AB | 3D | 3D |
| Octal | 137 | 330 | 305 | 70 | 0 | 11 | 17 | 253 | 75 | 75 |
| Binary | 1011111 | 11011000 | 11000101 | 111000 | 0 | 1001 | 1111 | 10101011 | 111101 | 111101 |
Color Harmonies of #5FD8C5
Complementary color
Monochromatic Colors of #5FD8C5
Black with #5FD8C5
Text Example
Text Example
White with #5FD8C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FD8C5; }
p { color: rgb(95,216,197); }
H1.HeaderClassName
{
color: #5FD8C5;
}
.AnyTagClassName
{
color: #5FD8C5;
}
</style>
background-color css
<style>
a { background-color: #5FD8C5; }
a { background-color: rgb(95,216,197); }
div.DivClassName
{
background-color: #5FD8C5;
}
.BgClassName
{
background-color: #5FD8C5;
}
</style>
border-color css
<style>
span { border-color: #5FD8C5; }
span { border-color: rgb(95,216,197); }
td.TdClassName
{
border-color: #5FD8C5;
}
.TagClassName
{
border-color: #5FD8C5;
}
</style>