Shades of Downy #58CDBC
Tints of Downy #58CDBC
RGB
CMYK
RGB Variations
Color information
#58CDBC (or 0x58CDBC) is known color: Downy. HEX triplet: 58, CD and BC. RGB value is (88,205,188). Sum of RGB (Red+Green+Blue) = 88+205+188=481 (63% of max value = 765). Red value is 88 (34.77% from 255 or 18.30% from 481); Green value is 205 (80.47% from 255 or 42.62% from 481); Blue value is 188 (73.83% from 255 or 39.09% from 481); Max value from RGB is 205 - color contains mainly: green. Hex color #58CDBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58CDBC is #A73243. Grayscale: #A8A8A8. Windows color (decimal): -10957380 or 12373336. OLE color: 12373336.
HSL color Cylindrical-coordinate representation of color #58CDBC: hue angle of 171.28º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #58CDBC is Cyan = 0.57, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 88 | 205 | 188 | - |
| CMYK | 0.57 | 0 | 0.08 | 0.20 |
| HSL | 171.28º | 0.54% | 0.57% | - |
| HSV(B) | 171.28º | 0.57% | 0.8% | - |
| XYZ | 34.93 | 49.37 | 55.26 | - |
| YUV | 168.08 | 139.24 | 70.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 205 | 188 | 0.57 | 0 | 0.08 | 0.20 | 171.28 | 0.54 | 0.57 |
| Hex | 58 | CD | BC | 39 | 0 | 8 | 14 | AB | 36 | 39 |
| Octal | 130 | 315 | 274 | 71 | 0 | 10 | 24 | 253 | 66 | 71 |
| Binary | 1011000 | 11001101 | 10111100 | 111001 | 0 | 1000 | 10100 | 10101011 | 110110 | 111001 |
Color Harmonies of #58CDBC
Complementary color
Monochromatic Colors of #58CDBC
Black with #58CDBC
Text Example
Text Example
White with #58CDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58CDBC; }
p { color: rgb(88,205,188); }
H1.HeaderClassName
{
color: #58CDBC;
}
.AnyTagClassName
{
color: #58CDBC;
}
</style>
background-color css
<style>
a { background-color: #58CDBC; }
a { background-color: rgb(88,205,188); }
div.DivClassName
{
background-color: #58CDBC;
}
.BgClassName
{
background-color: #58CDBC;
}
</style>
border-color css
<style>
span { border-color: #58CDBC; }
span { border-color: rgb(88,205,188); }
td.TdClassName
{
border-color: #58CDBC;
}
.TagClassName
{
border-color: #58CDBC;
}
</style>