Shades of Medium Aquamarine #58EBB4
Tints of Medium Aquamarine #58EBB4
RGB
CMYK
RGB Variations
Color information
#58EBB4 (or 0x58EBB4) is known color: Medium Aquamarine. HEX triplet: 58, EB and B4. RGB value is (88,235,180). Sum of RGB (Red+Green+Blue) = 88+235+180=503 (66% of max value = 765). Red value is 88 (34.77% from 255 or 17.50% from 503); Green value is 235 (92.19% from 255 or 46.72% from 503); Blue value is 180 (70.70% from 255 or 35.79% from 503); Max value from RGB is 235 - color contains mainly: green. Hex color #58EBB4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #58EBB4 is #A7144B. Grayscale: #B8B8B8. Windows color (decimal): -10949708 or 11856728. OLE color: 11856728.
HSL color Cylindrical-coordinate representation of color #58EBB4: hue angle of 157.55º 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 #58EBB4 is Cyan = 0.63, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 88 | 235 | 180 | - |
| CMYK | 0.63 | 0 | 0.23 | 0.08 |
| HSL | 157.55º | 0.79% | 0.63% | - |
| HSV(B) | 157.55º | 0.63% | 0.92% | - |
| XYZ | 41.97 | 64.79 | 53.47 | - |
| YUV | 184.78 | 125.3 | 58.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 235 | 180 | 0.63 | 0 | 0.23 | 0.08 | 157.55 | 0.79 | 0.63 |
| Hex | 58 | EB | B4 | 3F | 0 | 17 | 8 | 9E | 4F | 3F |
| Octal | 130 | 353 | 264 | 77 | 0 | 27 | 10 | 236 | 117 | 77 |
| Binary | 1011000 | 11101011 | 10110100 | 111111 | 0 | 10111 | 1000 | 10011110 | 1001111 | 111111 |
Color Harmonies of #58EBB4
Complementary color
Monochromatic Colors of #58EBB4
Black with #58EBB4
Text Example
Text Example
White with #58EBB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58EBB4; }
p { color: rgb(88,235,180); }
H1.HeaderClassName
{
color: #58EBB4;
}
.AnyTagClassName
{
color: #58EBB4;
}
</style>
background-color css
<style>
a { background-color: #58EBB4; }
a { background-color: rgb(88,235,180); }
div.DivClassName
{
background-color: #58EBB4;
}
.BgClassName
{
background-color: #58EBB4;
}
</style>
border-color css
<style>
span { border-color: #58EBB4; }
span { border-color: rgb(88,235,180); }
td.TdClassName
{
border-color: #58EBB4;
}
.TagClassName
{
border-color: #58EBB4;
}
</style>