Shades of Downy #58DDBC
Tints of Downy #58DDBC
RGB
CMYK
RGB Variations
Color information
#58DDBC (or 0x58DDBC) is known color: Downy. HEX triplet: 58, DD and BC. RGB value is (88,221,188). Sum of RGB (Red+Green+Blue) = 88+221+188=497 (65% of max value = 765). Red value is 88 (34.77% from 255 or 17.71% from 497); Green value is 221 (86.72% from 255 or 44.47% from 497); Blue value is 188 (73.83% from 255 or 37.83% from 497); Max value from RGB is 221 - color contains mainly: green. Hex color #58DDBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58DDBC is #A72243. Grayscale: #B1B1B1. Windows color (decimal): -10953284 or 12377432. OLE color: 12377432.
HSL color Cylindrical-coordinate representation of color #58DDBC: hue angle of 165.11º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #58DDBC is Cyan = 0.60, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 88 | 221 | 188 | - |
| CMYK | 0.60 | 0 | 0.15 | 0.13 |
| HSL | 165.11º | 0.66% | 0.61% | - |
| HSV(B) | 165.11º | 0.6% | 0.87% | - |
| XYZ | 38.96 | 57.42 | 56.61 | - |
| YUV | 177.47 | 133.94 | 64.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 221 | 188 | 0.60 | 0 | 0.15 | 0.13 | 165.11 | 0.66 | 0.61 |
| Hex | 58 | DD | BC | 3C | 0 | F | D | A5 | 42 | 3D |
| Octal | 130 | 335 | 274 | 74 | 0 | 17 | 15 | 245 | 102 | 75 |
| Binary | 1011000 | 11011101 | 10111100 | 111100 | 0 | 1111 | 1101 | 10100101 | 1000010 | 111101 |
Color Harmonies of #58DDBC
Complementary color
Monochromatic Colors of #58DDBC
Black with #58DDBC
Text Example
Text Example
White with #58DDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58DDBC; }
p { color: rgb(88,221,188); }
H1.HeaderClassName
{
color: #58DDBC;
}
.AnyTagClassName
{
color: #58DDBC;
}
</style>
background-color css
<style>
a { background-color: #58DDBC; }
a { background-color: rgb(88,221,188); }
div.DivClassName
{
background-color: #58DDBC;
}
.BgClassName
{
background-color: #58DDBC;
}
</style>
border-color css
<style>
span { border-color: #58DDBC; }
span { border-color: rgb(88,221,188); }
td.TdClassName
{
border-color: #58DDBC;
}
.TagClassName
{
border-color: #58DDBC;
}
</style>