Shades of Medium Aquamarine #58EBB5
Tints of Medium Aquamarine #58EBB5
RGB
CMYK
RGB Variations
Color information
#58EBB5 (or 0x58EBB5) is known color: Medium Aquamarine. HEX triplet: 58, EB and B5. RGB value is (88,235,181). Sum of RGB (Red+Green+Blue) = 88+235+181=504 (66% of max value = 765). Red value is 88 (34.77% from 255 or 17.46% from 504); Green value is 235 (92.19% from 255 or 46.63% from 504); Blue value is 181 (71.09% from 255 or 35.91% from 504); Max value from RGB is 235 - color contains mainly: green. Hex color #58EBB5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #58EBB5 is #A7144A. Grayscale: #B8B8B8. Windows color (decimal): -10949707 or 11922264. OLE color: 11922264.
HSL color Cylindrical-coordinate representation of color #58EBB5: hue angle of 157.96º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #58EBB5 is Cyan = 0.63, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 88 | 235 | 181 | - |
| CMYK | 0.63 | 0 | 0.23 | 0.08 |
| HSL | 157.96º | 0.79% | 0.63% | - |
| HSV(B) | 157.96º | 0.63% | 0.92% | - |
| XYZ | 42.07 | 64.83 | 54.01 | - |
| YUV | 184.89 | 125.8 | 58.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 235 | 181 | 0.63 | 0 | 0.23 | 0.08 | 157.96 | 0.79 | 0.63 |
| Hex | 58 | EB | B5 | 3F | 0 | 17 | 8 | 9E | 4F | 3F |
| Octal | 130 | 353 | 265 | 77 | 0 | 27 | 10 | 236 | 117 | 77 |
| Binary | 1011000 | 11101011 | 10110101 | 111111 | 0 | 10111 | 1000 | 10011110 | 1001111 | 111111 |
Color Harmonies of #58EBB5
Complementary color
Monochromatic Colors of #58EBB5
Black with #58EBB5
Text Example
Text Example
White with #58EBB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58EBB5; }
p { color: rgb(88,235,181); }
H1.HeaderClassName
{
color: #58EBB5;
}
.AnyTagClassName
{
color: #58EBB5;
}
</style>
background-color css
<style>
a { background-color: #58EBB5; }
a { background-color: rgb(88,235,181); }
div.DivClassName
{
background-color: #58EBB5;
}
.BgClassName
{
background-color: #58EBB5;
}
</style>
border-color css
<style>
span { border-color: #58EBB5; }
span { border-color: rgb(88,235,181); }
td.TdClassName
{
border-color: #58EBB5;
}
.TagClassName
{
border-color: #58EBB5;
}
</style>