Shades of Downy #58E2BC
Tints of Downy #58E2BC
RGB
CMYK
RGB Variations
Color information
#58E2BC (or 0x58E2BC) is known color: Downy. HEX triplet: 58, E2 and BC. RGB value is (88,226,188). Sum of RGB (Red+Green+Blue) = 88+226+188=502 (66% of max value = 765). Red value is 88 (34.77% from 255 or 17.53% from 502); Green value is 226 (88.67% from 255 or 45.02% from 502); Blue value is 188 (73.83% from 255 or 37.45% from 502); Max value from RGB is 226 - color contains mainly: green. Hex color #58E2BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58E2BC is #A71D43. Grayscale: #B4B4B4. Windows color (decimal): -10952004 or 12378712. OLE color: 12378712.
HSL color Cylindrical-coordinate representation of color #58E2BC: hue angle of 163.48º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #58E2BC is Cyan = 0.61, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 88 | 226 | 188 | - |
| CMYK | 0.61 | 0 | 0.17 | 0.11 |
| HSL | 163.48º | 0.7% | 0.62% | - |
| HSV(B) | 163.48º | 0.61% | 0.89% | - |
| XYZ | 40.3 | 60.1 | 57.05 | - |
| YUV | 180.41 | 132.28 | 62.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 226 | 188 | 0.61 | 0 | 0.17 | 0.11 | 163.48 | 0.7 | 0.62 |
| Hex | 58 | E2 | BC | 3D | 0 | 11 | B | A3 | 46 | 3E |
| Octal | 130 | 342 | 274 | 75 | 0 | 21 | 13 | 243 | 106 | 76 |
| Binary | 1011000 | 11100010 | 10111100 | 111101 | 0 | 10001 | 1011 | 10100011 | 1000110 | 111110 |
Color Harmonies of #58E2BC
Complementary color
Monochromatic Colors of #58E2BC
Black with #58E2BC
Text Example
Text Example
White with #58E2BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58E2BC; }
p { color: rgb(88,226,188); }
H1.HeaderClassName
{
color: #58E2BC;
}
.AnyTagClassName
{
color: #58E2BC;
}
</style>
background-color css
<style>
a { background-color: #58E2BC; }
a { background-color: rgb(88,226,188); }
div.DivClassName
{
background-color: #58E2BC;
}
.BgClassName
{
background-color: #58E2BC;
}
</style>
border-color css
<style>
span { border-color: #58E2BC; }
span { border-color: rgb(88,226,188); }
td.TdClassName
{
border-color: #58E2BC;
}
.TagClassName
{
border-color: #58E2BC;
}
</style>