Shades of Downy #58EABF
Tints of Downy #58EABF
RGB
CMYK
RGB Variations
Color information
#58EABF (or 0x58EABF) is known color: Downy. HEX triplet: 58, EA and BF. RGB value is (88,234,191). Sum of RGB (Red+Green+Blue) = 88+234+191=513 (67% of max value = 765). Red value is 88 (34.77% from 255 or 17.15% from 513); Green value is 234 (91.80% from 255 or 45.61% from 513); Blue value is 191 (75% from 255 or 37.23% from 513); Max value from RGB is 234 - color contains mainly: green. Hex color #58EABF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #58EABF is #A71540. Grayscale: #B9B9B9. Windows color (decimal): -10949953 or 12577368. OLE color: 12577368.
HSL color Cylindrical-coordinate representation of color #58EABF: hue angle of 162.33º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #58EABF is Cyan = 0.62, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 88 | 234 | 191 | - |
| CMYK | 0.62 | 0 | 0.18 | 0.08 |
| HSL | 162.33º | 0.78% | 0.63% | - |
| HSV(B) | 162.33º | 0.62% | 0.92% | - |
| XYZ | 42.85 | 64.68 | 59.52 | - |
| YUV | 185.44 | 131.13 | 58.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 234 | 191 | 0.62 | 0 | 0.18 | 0.08 | 162.33 | 0.78 | 0.63 |
| Hex | 58 | EA | BF | 3E | 0 | 12 | 8 | A2 | 4E | 3F |
| Octal | 130 | 352 | 277 | 76 | 0 | 22 | 10 | 242 | 116 | 77 |
| Binary | 1011000 | 11101010 | 10111111 | 111110 | 0 | 10010 | 1000 | 10100010 | 1001110 | 111111 |
Color Harmonies of #58EABF
Complementary color
Monochromatic Colors of #58EABF
Black with #58EABF
Text Example
Text Example
White with #58EABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58EABF; }
p { color: rgb(88,234,191); }
H1.HeaderClassName
{
color: #58EABF;
}
.AnyTagClassName
{
color: #58EABF;
}
</style>
background-color css
<style>
a { background-color: #58EABF; }
a { background-color: rgb(88,234,191); }
div.DivClassName
{
background-color: #58EABF;
}
.BgClassName
{
background-color: #58EABF;
}
</style>
border-color css
<style>
span { border-color: #58EABF; }
span { border-color: rgb(88,234,191); }
td.TdClassName
{
border-color: #58EABF;
}
.TagClassName
{
border-color: #58EABF;
}
</style>