Shades of Downy #5FDAB8
Tints of Downy #5FDAB8
RGB
CMYK
RGB Variations
Color information
#5FDAB8 (or 0x5FDAB8) is known color: Downy. HEX triplet: 5F, DA and B8. RGB value is (95,218,184). Sum of RGB (Red+Green+Blue) = 95+218+184=497 (65% of max value = 765). Red value is 95 (37.5% from 255 or 19.11% from 497); Green value is 218 (85.55% from 255 or 43.86% from 497); Blue value is 184 (72.27% from 255 or 37.02% from 497); Max value from RGB is 218 - color contains mainly: green. Hex color #5FDAB8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FDAB8 is #A02547. Grayscale: #B1B1B1. Windows color (decimal): -10495304 or 12114527. OLE color: 12114527.
HSL color Cylindrical-coordinate representation of color #5FDAB8: hue angle of 163.41º degrees, saturation: 0.62, 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 #5FDAB8 is Cyan = 0.56, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 95 | 218 | 184 | - |
| CMYK | 0.56 | 0 | 0.16 | 0.15 |
| HSL | 163.41º | 0.62% | 0.61% | - |
| HSV(B) | 163.41º | 0.56% | 0.85% | - |
| XYZ | 38.44 | 56.04 | 54.14 | - |
| YUV | 177.35 | 131.75 | 69.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 218 | 184 | 0.56 | 0 | 0.16 | 0.15 | 163.41 | 0.62 | 0.61 |
| Hex | 5F | DA | B8 | 38 | 0 | 10 | F | A3 | 3E | 3D |
| Octal | 137 | 332 | 270 | 70 | 0 | 20 | 17 | 243 | 76 | 75 |
| Binary | 1011111 | 11011010 | 10111000 | 111000 | 0 | 10000 | 1111 | 10100011 | 111110 | 111101 |
Color Harmonies of #5FDAB8
Complementary color
Monochromatic Colors of #5FDAB8
Black with #5FDAB8
Text Example
Text Example
White with #5FDAB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FDAB8; }
p { color: rgb(95,218,184); }
H1.HeaderClassName
{
color: #5FDAB8;
}
.AnyTagClassName
{
color: #5FDAB8;
}
</style>
background-color css
<style>
a { background-color: #5FDAB8; }
a { background-color: rgb(95,218,184); }
div.DivClassName
{
background-color: #5FDAB8;
}
.BgClassName
{
background-color: #5FDAB8;
}
</style>
border-color css
<style>
span { border-color: #5FDAB8; }
span { border-color: rgb(95,218,184); }
td.TdClassName
{
border-color: #5FDAB8;
}
.TagClassName
{
border-color: #5FDAB8;
}
</style>