Shades of Downy #58D7BA
Tints of Downy #58D7BA
RGB
CMYK
RGB Variations
Color information
#58D7BA (or 0x58D7BA) is known color: Downy. HEX triplet: 58, D7 and BA. RGB value is (88,215,186). Sum of RGB (Red+Green+Blue) = 88+215+186=489 (64% of max value = 765). Red value is 88 (34.77% from 255 or 18.00% from 489); Green value is 215 (84.38% from 255 or 43.97% from 489); Blue value is 186 (73.05% from 255 or 38.04% from 489); Max value from RGB is 215 - color contains mainly: green. Hex color #58D7BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58D7BA is #A72845. Grayscale: #ADADAD. Windows color (decimal): -10954822 or 12244824. OLE color: 12244824.
HSL color Cylindrical-coordinate representation of color #58D7BA: hue angle of 166.3º 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 #58D7BA is Cyan = 0.59, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 88 | 215 | 186 | - |
| CMYK | 0.59 | 0 | 0.13 | 0.16 |
| HSL | 166.3º | 0.61% | 0.59% | - |
| HSV(B) | 166.3º | 0.59% | 0.84% | - |
| XYZ | 37.19 | 54.22 | 54.96 | - |
| YUV | 173.72 | 134.92 | 66.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 215 | 186 | 0.59 | 0 | 0.13 | 0.16 | 166.3 | 0.61 | 0.59 |
| Hex | 58 | D7 | BA | 3B | 0 | D | 10 | A6 | 3D | 3B |
| Octal | 130 | 327 | 272 | 73 | 0 | 15 | 20 | 246 | 75 | 73 |
| Binary | 1011000 | 11010111 | 10111010 | 111011 | 0 | 1101 | 10000 | 10100110 | 111101 | 111011 |
Color Harmonies of #58D7BA
Complementary color
Monochromatic Colors of #58D7BA
Black with #58D7BA
Text Example
Text Example
White with #58D7BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58D7BA; }
p { color: rgb(88,215,186); }
H1.HeaderClassName
{
color: #58D7BA;
}
.AnyTagClassName
{
color: #58D7BA;
}
</style>
background-color css
<style>
a { background-color: #58D7BA; }
a { background-color: rgb(88,215,186); }
div.DivClassName
{
background-color: #58D7BA;
}
.BgClassName
{
background-color: #58D7BA;
}
</style>
border-color css
<style>
span { border-color: #58D7BA; }
span { border-color: rgb(88,215,186); }
td.TdClassName
{
border-color: #58D7BA;
}
.TagClassName
{
border-color: #58D7BA;
}
</style>