Shades of Downy #58D6BE
Tints of Downy #58D6BE
RGB
CMYK
RGB Variations
Color information
#58D6BE (or 0x58D6BE) is known color: Downy. HEX triplet: 58, D6 and BE. RGB value is (88,214,190). Sum of RGB (Red+Green+Blue) = 88+214+190=492 (65% of max value = 765). Red value is 88 (34.77% from 255 or 17.89% from 492); Green value is 214 (83.98% from 255 or 43.50% from 492); Blue value is 190 (74.61% from 255 or 38.62% from 492); Max value from RGB is 214 - color contains mainly: green. Hex color #58D6BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58D6BE is #A72941. Grayscale: #ADADAD. Windows color (decimal): -10955074 or 12506712. OLE color: 12506712.
HSL color Cylindrical-coordinate representation of color #58D6BE: hue angle of 168.57º 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 #58D6BE is Cyan = 0.59, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 88 | 214 | 190 | - |
| CMYK | 0.59 | 0 | 0.11 | 0.16 |
| HSL | 168.57º | 0.61% | 0.59% | - |
| HSV(B) | 168.57º | 0.59% | 0.84% | - |
| XYZ | 37.37 | 53.89 | 57.15 | - |
| YUV | 173.59 | 137.26 | 66.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 214 | 190 | 0.59 | 0 | 0.11 | 0.16 | 168.57 | 0.61 | 0.59 |
| Hex | 58 | D6 | BE | 3B | 0 | B | 10 | A9 | 3D | 3B |
| Octal | 130 | 326 | 276 | 73 | 0 | 13 | 20 | 251 | 75 | 73 |
| Binary | 1011000 | 11010110 | 10111110 | 111011 | 0 | 1011 | 10000 | 10101001 | 111101 | 111011 |
Color Harmonies of #58D6BE
Complementary color
Monochromatic Colors of #58D6BE
Black with #58D6BE
Text Example
Text Example
White with #58D6BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58D6BE; }
p { color: rgb(88,214,190); }
H1.HeaderClassName
{
color: #58D6BE;
}
.AnyTagClassName
{
color: #58D6BE;
}
</style>
background-color css
<style>
a { background-color: #58D6BE; }
a { background-color: rgb(88,214,190); }
div.DivClassName
{
background-color: #58D6BE;
}
.BgClassName
{
background-color: #58D6BE;
}
</style>
border-color css
<style>
span { border-color: #58D6BE; }
span { border-color: rgb(88,214,190); }
td.TdClassName
{
border-color: #58D6BE;
}
.TagClassName
{
border-color: #58D6BE;
}
</style>