Shades of Downy #58DDC2
Tints of Downy #58DDC2
RGB
CMYK
RGB Variations
Color information
#58DDC2 (or 0x58DDC2) is known color: Downy. HEX triplet: 58, DD and C2. RGB value is (88,221,194). Sum of RGB (Red+Green+Blue) = 88+221+194=503 (66% of max value = 765). Red value is 88 (34.77% from 255 or 17.50% from 503); Green value is 221 (86.72% from 255 or 43.94% from 503); Blue value is 194 (76.17% from 255 or 38.57% from 503); Max value from RGB is 221 - color contains mainly: green. Hex color #58DDC2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58DDC2 is #A7223D. Grayscale: #B2B2B2. Windows color (decimal): -10953278 or 12770648. OLE color: 12770648.
HSL color Cylindrical-coordinate representation of color #58DDC2: hue angle of 167.82º 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 #58DDC2 is Cyan = 0.60, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 88 | 221 | 194 | - |
| CMYK | 0.60 | 0 | 0.12 | 0.13 |
| HSL | 167.82º | 0.66% | 0.61% | - |
| HSV(B) | 167.82º | 0.6% | 0.87% | - |
| XYZ | 39.62 | 57.68 | 60.08 | - |
| YUV | 178.16 | 136.94 | 63.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 221 | 194 | 0.60 | 0 | 0.12 | 0.13 | 167.82 | 0.66 | 0.61 |
| Hex | 58 | DD | C2 | 3C | 0 | C | D | A8 | 42 | 3D |
| Octal | 130 | 335 | 302 | 74 | 0 | 14 | 15 | 250 | 102 | 75 |
| Binary | 1011000 | 11011101 | 11000010 | 111100 | 0 | 1100 | 1101 | 10101000 | 1000010 | 111101 |
Color Harmonies of #58DDC2
Complementary color
Monochromatic Colors of #58DDC2
Black with #58DDC2
Text Example
Text Example
White with #58DDC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58DDC2; }
p { color: rgb(88,221,194); }
H1.HeaderClassName
{
color: #58DDC2;
}
.AnyTagClassName
{
color: #58DDC2;
}
</style>
background-color css
<style>
a { background-color: #58DDC2; }
a { background-color: rgb(88,221,194); }
div.DivClassName
{
background-color: #58DDC2;
}
.BgClassName
{
background-color: #58DDC2;
}
</style>
border-color css
<style>
span { border-color: #58DDC2; }
span { border-color: rgb(88,221,194); }
td.TdClassName
{
border-color: #58DDC2;
}
.TagClassName
{
border-color: #58DDC2;
}
</style>