Shades of Downy #58E6C1
Tints of Downy #58E6C1
RGB
CMYK
RGB Variations
Color information
#58E6C1 (or 0x58E6C1) is known color: Downy. HEX triplet: 58, E6 and C1. RGB value is (88,230,193). Sum of RGB (Red+Green+Blue) = 88+230+193=511 (67% of max value = 765). Red value is 88 (34.77% from 255 or 17.22% from 511); Green value is 230 (90.23% from 255 or 45.01% from 511); Blue value is 193 (75.78% from 255 or 37.77% from 511); Max value from RGB is 230 - color contains mainly: green. Hex color #58E6C1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #58E6C1 is #A7193E. Grayscale: #B7B7B7. Windows color (decimal): -10950975 or 12707416. OLE color: 12707416.
HSL color Cylindrical-coordinate representation of color #58E6C1: hue angle of 164.37º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #58E6C1 is Cyan = 0.62, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 88 | 230 | 193 | - |
| CMYK | 0.62 | 0 | 0.16 | 0.10 |
| HSL | 164.37º | 0.74% | 0.62% | - |
| HSV(B) | 164.37º | 0.62% | 0.9% | - |
| XYZ | 41.95 | 62.52 | 60.31 | - |
| YUV | 183.32 | 133.46 | 60.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 230 | 193 | 0.62 | 0 | 0.16 | 0.10 | 164.37 | 0.74 | 0.62 |
| Hex | 58 | E6 | C1 | 3E | 0 | 10 | A | A4 | 4A | 3E |
| Octal | 130 | 346 | 301 | 76 | 0 | 20 | 12 | 244 | 112 | 76 |
| Binary | 1011000 | 11100110 | 11000001 | 111110 | 0 | 10000 | 1010 | 10100100 | 1001010 | 111110 |
Color Harmonies of #58E6C1
Complementary color
Monochromatic Colors of #58E6C1
Black with #58E6C1
Text Example
Text Example
White with #58E6C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58E6C1; }
p { color: rgb(88,230,193); }
H1.HeaderClassName
{
color: #58E6C1;
}
.AnyTagClassName
{
color: #58E6C1;
}
</style>
background-color css
<style>
a { background-color: #58E6C1; }
a { background-color: rgb(88,230,193); }
div.DivClassName
{
background-color: #58E6C1;
}
.BgClassName
{
background-color: #58E6C1;
}
</style>
border-color css
<style>
span { border-color: #58E6C1; }
span { border-color: rgb(88,230,193); }
td.TdClassName
{
border-color: #58E6C1;
}
.TagClassName
{
border-color: #58E6C1;
}
</style>