Shades of Downy #58DABA
Tints of Downy #58DABA
RGB
CMYK
RGB Variations
Color information
#58DABA (or 0x58DABA) is known color: Downy. HEX triplet: 58, DA and BA. RGB value is (88,218,186). Sum of RGB (Red+Green+Blue) = 88+218+186=492 (65% of max value = 765). Red value is 88 (34.77% from 255 or 17.89% from 492); Green value is 218 (85.55% from 255 or 44.31% from 492); Blue value is 186 (73.05% from 255 or 37.80% from 492); Max value from RGB is 218 - color contains mainly: green. Hex color #58DABA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58DABA is #A72545. Grayscale: #AFAFAF. Windows color (decimal): -10954054 or 12245592. OLE color: 12245592.
HSL color Cylindrical-coordinate representation of color #58DABA: hue angle of 165.23º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #58DABA is Cyan = 0.60, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 88 | 218 | 186 | - |
| CMYK | 0.60 | 0 | 0.15 | 0.15 |
| HSL | 165.23º | 0.64% | 0.6% | - |
| HSV(B) | 165.23º | 0.6% | 0.85% | - |
| XYZ | 37.96 | 55.76 | 55.22 | - |
| YUV | 175.48 | 133.93 | 65.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 218 | 186 | 0.60 | 0 | 0.15 | 0.15 | 165.23 | 0.64 | 0.6 |
| Hex | 58 | DA | BA | 3C | 0 | F | F | A5 | 40 | 3C |
| Octal | 130 | 332 | 272 | 74 | 0 | 17 | 17 | 245 | 100 | 74 |
| Binary | 1011000 | 11011010 | 10111010 | 111100 | 0 | 1111 | 1111 | 10100101 | 1000000 | 111100 |
Color Harmonies of #58DABA
Complementary color
Monochromatic Colors of #58DABA
Black with #58DABA
Text Example
Text Example
White with #58DABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58DABA; }
p { color: rgb(88,218,186); }
H1.HeaderClassName
{
color: #58DABA;
}
.AnyTagClassName
{
color: #58DABA;
}
</style>
background-color css
<style>
a { background-color: #58DABA; }
a { background-color: rgb(88,218,186); }
div.DivClassName
{
background-color: #58DABA;
}
.BgClassName
{
background-color: #58DABA;
}
</style>
border-color css
<style>
span { border-color: #58DABA; }
span { border-color: rgb(88,218,186); }
td.TdClassName
{
border-color: #58DABA;
}
.TagClassName
{
border-color: #58DABA;
}
</style>