Shades of Downy #58EFBD
Tints of Downy #58EFBD
RGB
CMYK
RGB Variations
Color information
#58EFBD (or 0x58EFBD) is known color: Downy. HEX triplet: 58, EF and BD. RGB value is (88,239,189). Sum of RGB (Red+Green+Blue) = 88+239+189=516 (68% of max value = 765). Red value is 88 (34.77% from 255 or 17.05% from 516); Green value is 239 (93.75% from 255 or 46.32% from 516); Blue value is 189 (74.22% from 255 or 36.63% from 516); Max value from RGB is 239 - color contains mainly: green. Hex color #58EFBD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #58EFBD is #A71042. Grayscale: #BCBCBC. Windows color (decimal): -10948675 or 12447576. OLE color: 12447576.
HSL color Cylindrical-coordinate representation of color #58EFBD: hue angle of 160.13º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #58EFBD is Cyan = 0.63, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 88 | 239 | 189 | - |
| CMYK | 0.63 | 0 | 0.21 | 0.06 |
| HSL | 160.13º | 0.83% | 0.64% | - |
| HSV(B) | 160.13º | 0.63% | 0.94% | - |
| XYZ | 44.08 | 67.48 | 58.85 | - |
| YUV | 188.15 | 128.47 | 56.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 239 | 189 | 0.63 | 0 | 0.21 | 0.06 | 160.13 | 0.83 | 0.64 |
| Hex | 58 | EF | BD | 3F | 0 | 15 | 6 | A0 | 53 | 40 |
| Octal | 130 | 357 | 275 | 77 | 0 | 25 | 6 | 240 | 123 | 100 |
| Binary | 1011000 | 11101111 | 10111101 | 111111 | 0 | 10101 | 110 | 10100000 | 1010011 | 1000000 |
Color Harmonies of #58EFBD
Complementary color
Monochromatic Colors of #58EFBD
Black with #58EFBD
Text Example
Text Example
White with #58EFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58EFBD; }
p { color: rgb(88,239,189); }
H1.HeaderClassName
{
color: #58EFBD;
}
.AnyTagClassName
{
color: #58EFBD;
}
</style>
background-color css
<style>
a { background-color: #58EFBD; }
a { background-color: rgb(88,239,189); }
div.DivClassName
{
background-color: #58EFBD;
}
.BgClassName
{
background-color: #58EFBD;
}
</style>
border-color css
<style>
span { border-color: #58EFBD; }
span { border-color: rgb(88,239,189); }
td.TdClassName
{
border-color: #58EFBD;
}
.TagClassName
{
border-color: #58EFBD;
}
</style>