Shades of Medium Aquamarine #58CBA4
Tints of Medium Aquamarine #58CBA4
RGB
CMYK
RGB Variations
Color information
#58CBA4 (or 0x58CBA4) is known color: Medium Aquamarine. HEX triplet: 58, CB and A4. RGB value is (88,203,164). Sum of RGB (Red+Green+Blue) = 88+203+164=455 (60% of max value = 765). Red value is 88 (34.77% from 255 or 19.34% from 455); Green value is 203 (79.69% from 255 or 44.62% from 455); Blue value is 164 (64.45% from 255 or 36.04% from 455); Max value from RGB is 203 - color contains mainly: green. Hex color #58CBA4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #58CBA4 is #A7345B. Grayscale: #A4A4A4. Windows color (decimal): -10957916 or 10799960. OLE color: 10799960.
HSL color Cylindrical-coordinate representation of color #58CBA4: hue angle of 159.65º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #58CBA4 is Cyan = 0.57, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 88 | 203 | 164 | - |
| CMYK | 0.57 | 0 | 0.19 | 0.20 |
| HSL | 159.65º | 0.53% | 0.57% | - |
| HSV(B) | 159.65º | 0.57% | 0.8% | - |
| XYZ | 32.08 | 47.47 | 42.59 | - |
| YUV | 164.17 | 127.9 | 73.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 203 | 164 | 0.57 | 0 | 0.19 | 0.20 | 159.65 | 0.53 | 0.57 |
| Hex | 58 | CB | A4 | 39 | 0 | 13 | 14 | A0 | 35 | 39 |
| Octal | 130 | 313 | 244 | 71 | 0 | 23 | 24 | 240 | 65 | 71 |
| Binary | 1011000 | 11001011 | 10100100 | 111001 | 0 | 10011 | 10100 | 10100000 | 110101 | 111001 |
Color Harmonies of #58CBA4
Complementary color
Monochromatic Colors of #58CBA4
Black with #58CBA4
Text Example
Text Example
White with #58CBA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58CBA4; }
p { color: rgb(88,203,164); }
H1.HeaderClassName
{
color: #58CBA4;
}
.AnyTagClassName
{
color: #58CBA4;
}
</style>
background-color css
<style>
a { background-color: #58CBA4; }
a { background-color: rgb(88,203,164); }
div.DivClassName
{
background-color: #58CBA4;
}
.BgClassName
{
background-color: #58CBA4;
}
</style>
border-color css
<style>
span { border-color: #58CBA4; }
span { border-color: rgb(88,203,164); }
td.TdClassName
{
border-color: #58CBA4;
}
.TagClassName
{
border-color: #58CBA4;
}
</style>