Shades of Downy #58D6B9
Tints of Downy #58D6B9
RGB
CMYK
RGB Variations
Color information
#58D6B9 (or 0x58D6B9) is known color: Downy. HEX triplet: 58, D6 and B9. RGB value is (88,214,185). Sum of RGB (Red+Green+Blue) = 88+214+185=487 (64% of max value = 765). Red value is 88 (34.77% from 255 or 18.07% from 487); Green value is 214 (83.98% from 255 or 43.94% from 487); Blue value is 185 (72.66% from 255 or 37.99% from 487); Max value from RGB is 214 - color contains mainly: green. Hex color #58D6B9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58D6B9 is #A72946. Grayscale: #ADADAD. Windows color (decimal): -10955079 or 12179032. OLE color: 12179032.
HSL color Cylindrical-coordinate representation of color #58D6B9: hue angle of 166.19º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #58D6B9 is Cyan = 0.59, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 88 | 214 | 185 | - |
| CMYK | 0.59 | 0 | 0.14 | 0.16 |
| HSL | 166.19º | 0.61% | 0.59% | - |
| HSV(B) | 166.19º | 0.59% | 0.84% | - |
| XYZ | 36.83 | 53.67 | 54.32 | - |
| YUV | 173.02 | 134.76 | 67.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 214 | 185 | 0.59 | 0 | 0.14 | 0.16 | 166.19 | 0.61 | 0.59 |
| Hex | 58 | D6 | B9 | 3B | 0 | E | 10 | A6 | 3D | 3B |
| Octal | 130 | 326 | 271 | 73 | 0 | 16 | 20 | 246 | 75 | 73 |
| Binary | 1011000 | 11010110 | 10111001 | 111011 | 0 | 1110 | 10000 | 10100110 | 111101 | 111011 |
Color Harmonies of #58D6B9
Complementary color
Monochromatic Colors of #58D6B9
Black with #58D6B9
Text Example
Text Example
White with #58D6B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58D6B9; }
p { color: rgb(88,214,185); }
H1.HeaderClassName
{
color: #58D6B9;
}
.AnyTagClassName
{
color: #58D6B9;
}
</style>
background-color css
<style>
a { background-color: #58D6B9; }
a { background-color: rgb(88,214,185); }
div.DivClassName
{
background-color: #58D6B9;
}
.BgClassName
{
background-color: #58D6B9;
}
</style>
border-color css
<style>
span { border-color: #58D6B9; }
span { border-color: rgb(88,214,185); }
td.TdClassName
{
border-color: #58D6B9;
}
.TagClassName
{
border-color: #58D6B9;
}
</style>