Shades of Downy #5FDCBE
Tints of Downy #5FDCBE
RGB
CMYK
RGB Variations
Color information
#5FDCBE (or 0x5FDCBE) is known color: Downy. HEX triplet: 5F, DC and BE. RGB value is (95,220,190). Sum of RGB (Red+Green+Blue) = 95+220+190=505 (66% of max value = 765). Red value is 95 (37.5% from 255 or 18.81% from 505); Green value is 220 (86.33% from 255 or 43.56% from 505); Blue value is 190 (74.61% from 255 or 37.62% from 505); Max value from RGB is 220 - color contains mainly: green. Hex color #5FDCBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FDCBE is #A02341. Grayscale: #B3B3B3. Windows color (decimal): -10494786 or 12508255. OLE color: 12508255.
HSL color Cylindrical-coordinate representation of color #5FDCBE: hue angle of 165.6º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5FDCBE is Cyan = 0.57, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 95 | 220 | 190 | - |
| CMYK | 0.57 | 0 | 0.14 | 0.14 |
| HSL | 165.6º | 0.64% | 0.62% | - |
| HSV(B) | 165.6º | 0.57% | 0.86% | - |
| XYZ | 39.61 | 57.34 | 57.69 | - |
| YUV | 179.21 | 134.09 | 67.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 220 | 190 | 0.57 | 0 | 0.14 | 0.14 | 165.6 | 0.64 | 0.62 |
| Hex | 5F | DC | BE | 39 | 0 | E | E | A6 | 40 | 3E |
| Octal | 137 | 334 | 276 | 71 | 0 | 16 | 16 | 246 | 100 | 76 |
| Binary | 1011111 | 11011100 | 10111110 | 111001 | 0 | 1110 | 1110 | 10100110 | 1000000 | 111110 |
Color Harmonies of #5FDCBE
Complementary color
Monochromatic Colors of #5FDCBE
Black with #5FDCBE
Text Example
Text Example
White with #5FDCBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FDCBE; }
p { color: rgb(95,220,190); }
H1.HeaderClassName
{
color: #5FDCBE;
}
.AnyTagClassName
{
color: #5FDCBE;
}
</style>
background-color css
<style>
a { background-color: #5FDCBE; }
a { background-color: rgb(95,220,190); }
div.DivClassName
{
background-color: #5FDCBE;
}
.BgClassName
{
background-color: #5FDCBE;
}
</style>
border-color css
<style>
span { border-color: #5FDCBE; }
span { border-color: rgb(95,220,190); }
td.TdClassName
{
border-color: #5FDCBE;
}
.TagClassName
{
border-color: #5FDCBE;
}
</style>