Shades of Medium Aquamarine #58D39B
Tints of Medium Aquamarine #58D39B
RGB
CMYK
RGB Variations
Color information
#58D39B (or 0x58D39B) is known color: Medium Aquamarine. HEX triplet: 58, D3 and 9B. RGB value is (88,211,155). Sum of RGB (Red+Green+Blue) = 88+211+155=454 (60% of max value = 765). Red value is 88 (34.77% from 255 or 19.38% from 454); Green value is 211 (82.81% from 255 or 46.48% from 454); Blue value is 155 (60.94% from 255 or 34.14% from 454); Max value from RGB is 211 - color contains mainly: green. Hex color #58D39B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #58D39B is #A72C64. Grayscale: #A7A7A7. Windows color (decimal): -10955877 or 10212184. OLE color: 10212184.
HSL color Cylindrical-coordinate representation of color #58D39B: hue angle of 152.68º degrees, saturation: 0.58, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #58D39B is Cyan = 0.58, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 88 | 211 | 155 | - |
| CMYK | 0.58 | 0 | 0.27 | 0.17 |
| HSL | 152.68º | 0.58% | 0.59% | - |
| HSV(B) | 152.68º | 0.58% | 0.83% | - |
| XYZ | 33.24 | 51.03 | 39.11 | - |
| YUV | 167.84 | 120.75 | 71.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 211 | 155 | 0.58 | 0 | 0.27 | 0.17 | 152.68 | 0.58 | 0.59 |
| Hex | 58 | D3 | 9B | 3A | 0 | 1B | 11 | 99 | 3A | 3B |
| Octal | 130 | 323 | 233 | 72 | 0 | 33 | 21 | 231 | 72 | 73 |
| Binary | 1011000 | 11010011 | 10011011 | 111010 | 0 | 11011 | 10001 | 10011001 | 111010 | 111011 |
Color Harmonies of #58D39B
Complementary color
Monochromatic Colors of #58D39B
Black with #58D39B
Text Example
Text Example
White with #58D39B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58D39B; }
p { color: rgb(88,211,155); }
H1.HeaderClassName
{
color: #58D39B;
}
.AnyTagClassName
{
color: #58D39B;
}
</style>
background-color css
<style>
a { background-color: #58D39B; }
a { background-color: rgb(88,211,155); }
div.DivClassName
{
background-color: #58D39B;
}
.BgClassName
{
background-color: #58D39B;
}
</style>
border-color css
<style>
span { border-color: #58D39B; }
span { border-color: rgb(88,211,155); }
td.TdClassName
{
border-color: #58D39B;
}
.TagClassName
{
border-color: #58D39B;
}
</style>