Shades of Downy #58D2BB
Tints of Downy #58D2BB
RGB
CMYK
RGB Variations
Color information
#58D2BB (or 0x58D2BB) is known color: Downy. HEX triplet: 58, D2 and BB. RGB value is (88,210,187). Sum of RGB (Red+Green+Blue) = 88+210+187=485 (64% of max value = 765). Red value is 88 (34.77% from 255 or 18.14% from 485); Green value is 210 (82.42% from 255 or 43.30% from 485); Blue value is 187 (73.44% from 255 or 38.56% from 485); Max value from RGB is 210 - color contains mainly: green. Hex color #58D2BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58D2BB is #A72D44. Grayscale: #AAAAAA. Windows color (decimal): -10956101 or 12309080. OLE color: 12309080.
HSL color Cylindrical-coordinate representation of color #58D2BB: hue angle of 168.69º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #58D2BB is Cyan = 0.58, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 88 | 210 | 187 | - |
| CMYK | 0.58 | 0 | 0.11 | 0.18 |
| HSL | 168.69º | 0.58% | 0.58% | - |
| HSV(B) | 168.69º | 0.58% | 0.82% | - |
| XYZ | 36.04 | 51.76 | 55.1 | - |
| YUV | 170.9 | 137.08 | 68.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 210 | 187 | 0.58 | 0 | 0.11 | 0.18 | 168.69 | 0.58 | 0.58 |
| Hex | 58 | D2 | BB | 3A | 0 | B | 12 | A9 | 3A | 3A |
| Octal | 130 | 322 | 273 | 72 | 0 | 13 | 22 | 251 | 72 | 72 |
| Binary | 1011000 | 11010010 | 10111011 | 111010 | 0 | 1011 | 10010 | 10101001 | 111010 | 111010 |
Color Harmonies of #58D2BB
Complementary color
Monochromatic Colors of #58D2BB
Black with #58D2BB
Text Example
Text Example
White with #58D2BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58D2BB; }
p { color: rgb(88,210,187); }
H1.HeaderClassName
{
color: #58D2BB;
}
.AnyTagClassName
{
color: #58D2BB;
}
</style>
background-color css
<style>
a { background-color: #58D2BB; }
a { background-color: rgb(88,210,187); }
div.DivClassName
{
background-color: #58D2BB;
}
.BgClassName
{
background-color: #58D2BB;
}
</style>
border-color css
<style>
span { border-color: #58D2BB; }
span { border-color: rgb(88,210,187); }
td.TdClassName
{
border-color: #58D2BB;
}
.TagClassName
{
border-color: #58D2BB;
}
</style>