Shades of Medium Aquamarine #58D8B5
Tints of Medium Aquamarine #58D8B5
RGB
CMYK
RGB Variations
Color information
#58D8B5 (or 0x58D8B5) is known color: Medium Aquamarine. HEX triplet: 58, D8 and B5. RGB value is (88,216,181). Sum of RGB (Red+Green+Blue) = 88+216+181=485 (64% of max value = 765). Red value is 88 (34.77% from 255 or 18.14% from 485); Green value is 216 (84.77% from 255 or 44.54% from 485); Blue value is 181 (71.09% from 255 or 37.32% from 485); Max value from RGB is 216 - color contains mainly: green. Hex color #58D8B5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58D8B5 is #A7274A. Grayscale: #ADADAD. Windows color (decimal): -10954571 or 11917400. OLE color: 11917400.
HSL color Cylindrical-coordinate representation of color #58D8B5: hue angle of 163.59º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #58D8B5 is Cyan = 0.59, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 88 | 216 | 181 | - |
| CMYK | 0.59 | 0 | 0.16 | 0.15 |
| HSL | 163.59º | 0.62% | 0.6% | - |
| HSV(B) | 163.59º | 0.59% | 0.85% | - |
| XYZ | 36.92 | 54.52 | 52.29 | - |
| YUV | 173.74 | 132.09 | 66.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 216 | 181 | 0.59 | 0 | 0.16 | 0.15 | 163.59 | 0.62 | 0.6 |
| Hex | 58 | D8 | B5 | 3B | 0 | 10 | F | A4 | 3E | 3C |
| Octal | 130 | 330 | 265 | 73 | 0 | 20 | 17 | 244 | 76 | 74 |
| Binary | 1011000 | 11011000 | 10110101 | 111011 | 0 | 10000 | 1111 | 10100100 | 111110 | 111100 |
Color Harmonies of #58D8B5
Complementary color
Monochromatic Colors of #58D8B5
Black with #58D8B5
Text Example
Text Example
White with #58D8B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58D8B5; }
p { color: rgb(88,216,181); }
H1.HeaderClassName
{
color: #58D8B5;
}
.AnyTagClassName
{
color: #58D8B5;
}
</style>
background-color css
<style>
a { background-color: #58D8B5; }
a { background-color: rgb(88,216,181); }
div.DivClassName
{
background-color: #58D8B5;
}
.BgClassName
{
background-color: #58D8B5;
}
</style>
border-color css
<style>
span { border-color: #58D8B5; }
span { border-color: rgb(88,216,181); }
td.TdClassName
{
border-color: #58D8B5;
}
.TagClassName
{
border-color: #58D8B5;
}
</style>