Shades of Downy #58D7BE
Tints of Downy #58D7BE
RGB
CMYK
RGB Variations
Color information
#58D7BE (or 0x58D7BE) is known color: Downy. HEX triplet: 58, D7 and BE. RGB value is (88,215,190). Sum of RGB (Red+Green+Blue) = 88+215+190=493 (65% of max value = 765). Red value is 88 (34.77% from 255 or 17.85% from 493); Green value is 215 (84.38% from 255 or 43.61% from 493); Blue value is 190 (74.61% from 255 or 38.54% from 493); Max value from RGB is 215 - color contains mainly: green. Hex color #58D7BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58D7BE is #A72841. Grayscale: #AEAEAE. Windows color (decimal): -10954818 or 12506968. OLE color: 12506968.
HSL color Cylindrical-coordinate representation of color #58D7BE: hue angle of 168.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 #58D7BE is Cyan = 0.59, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 88 | 215 | 190 | - |
| CMYK | 0.59 | 0 | 0.12 | 0.16 |
| HSL | 168.19º | 0.61% | 0.59% | - |
| HSV(B) | 168.19º | 0.59% | 0.84% | - |
| XYZ | 37.62 | 54.39 | 57.23 | - |
| YUV | 174.18 | 136.92 | 66.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 215 | 190 | 0.59 | 0 | 0.12 | 0.16 | 168.19 | 0.61 | 0.59 |
| Hex | 58 | D7 | BE | 3B | 0 | C | 10 | A8 | 3D | 3B |
| Octal | 130 | 327 | 276 | 73 | 0 | 14 | 20 | 250 | 75 | 73 |
| Binary | 1011000 | 11010111 | 10111110 | 111011 | 0 | 1100 | 10000 | 10101000 | 111101 | 111011 |
Color Harmonies of #58D7BE
Complementary color
Monochromatic Colors of #58D7BE
Black with #58D7BE
Text Example
Text Example
White with #58D7BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58D7BE; }
p { color: rgb(88,215,190); }
H1.HeaderClassName
{
color: #58D7BE;
}
.AnyTagClassName
{
color: #58D7BE;
}
</style>
background-color css
<style>
a { background-color: #58D7BE; }
a { background-color: rgb(88,215,190); }
div.DivClassName
{
background-color: #58D7BE;
}
.BgClassName
{
background-color: #58D7BE;
}
</style>
border-color css
<style>
span { border-color: #58D7BE; }
span { border-color: rgb(88,215,190); }
td.TdClassName
{
border-color: #58D7BE;
}
.TagClassName
{
border-color: #58D7BE;
}
</style>