Shades of Medium Aquamarine #58D2B5
Tints of Medium Aquamarine #58D2B5
RGB
CMYK
RGB Variations
Color information
#58D2B5 (or 0x58D2B5) is known color: Medium Aquamarine. HEX triplet: 58, D2 and B5. RGB value is (88,210,181). Sum of RGB (Red+Green+Blue) = 88+210+181=479 (63% of max value = 765). Red value is 88 (34.77% from 255 or 18.37% from 479); Green value is 210 (82.42% from 255 or 43.84% from 479); Blue value is 181 (71.09% from 255 or 37.79% from 479); Max value from RGB is 210 - color contains mainly: green. Hex color #58D2B5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58D2B5 is #A72D4A. Grayscale: #AAAAAA. Windows color (decimal): -10956107 or 11915864. OLE color: 11915864.
HSL color Cylindrical-coordinate representation of color #58D2B5: hue angle of 165.74º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #58D2B5 is Cyan = 0.58, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 88 | 210 | 181 | - |
| CMYK | 0.58 | 0 | 0.14 | 0.18 |
| HSL | 165.74º | 0.58% | 0.58% | - |
| HSV(B) | 165.74º | 0.58% | 0.82% | - |
| XYZ | 35.41 | 51.5 | 51.79 | - |
| YUV | 170.22 | 134.08 | 69.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 210 | 181 | 0.58 | 0 | 0.14 | 0.18 | 165.74 | 0.58 | 0.58 |
| Hex | 58 | D2 | B5 | 3A | 0 | E | 12 | A6 | 3A | 3A |
| Octal | 130 | 322 | 265 | 72 | 0 | 16 | 22 | 246 | 72 | 72 |
| Binary | 1011000 | 11010010 | 10110101 | 111010 | 0 | 1110 | 10010 | 10100110 | 111010 | 111010 |
Color Harmonies of #58D2B5
Complementary color
Monochromatic Colors of #58D2B5
Black with #58D2B5
Text Example
Text Example
White with #58D2B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58D2B5; }
p { color: rgb(88,210,181); }
H1.HeaderClassName
{
color: #58D2B5;
}
.AnyTagClassName
{
color: #58D2B5;
}
</style>
background-color css
<style>
a { background-color: #58D2B5; }
a { background-color: rgb(88,210,181); }
div.DivClassName
{
background-color: #58D2B5;
}
.BgClassName
{
background-color: #58D2B5;
}
</style>
border-color css
<style>
span { border-color: #58D2B5; }
span { border-color: rgb(88,210,181); }
td.TdClassName
{
border-color: #58D2B5;
}
.TagClassName
{
border-color: #58D2B5;
}
</style>