Shades of Medium Aquamarine #58CFA4
Tints of Medium Aquamarine #58CFA4
RGB
CMYK
RGB Variations
Color information
#58CFA4 (or 0x58CFA4) is known color: Medium Aquamarine. HEX triplet: 58, CF and A4. RGB value is (88,207,164). Sum of RGB (Red+Green+Blue) = 88+207+164=459 (60% of max value = 765). Red value is 88 (34.77% from 255 or 19.17% from 459); Green value is 207 (81.25% from 255 or 45.10% from 459); Blue value is 164 (64.45% from 255 or 35.73% from 459); Max value from RGB is 207 - color contains mainly: green. Hex color #58CFA4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #58CFA4 is #A7305B. Grayscale: #A6A6A6. Windows color (decimal): -10956892 or 10800984. OLE color: 10800984.
HSL color Cylindrical-coordinate representation of color #58CFA4: hue angle of 158.32º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #58CFA4 is Cyan = 0.57, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 88 | 207 | 164 | - |
| CMYK | 0.57 | 0 | 0.21 | 0.19 |
| HSL | 158.32º | 0.55% | 0.58% | - |
| HSV(B) | 158.32º | 0.57% | 0.81% | - |
| XYZ | 33.04 | 49.38 | 42.91 | - |
| YUV | 166.52 | 126.58 | 72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 207 | 164 | 0.57 | 0 | 0.21 | 0.19 | 158.32 | 0.55 | 0.58 |
| Hex | 58 | CF | A4 | 39 | 0 | 15 | 13 | 9E | 37 | 3A |
| Octal | 130 | 317 | 244 | 71 | 0 | 25 | 23 | 236 | 67 | 72 |
| Binary | 1011000 | 11001111 | 10100100 | 111001 | 0 | 10101 | 10011 | 10011110 | 110111 | 111010 |
Color Harmonies of #58CFA4
Complementary color
Monochromatic Colors of #58CFA4
Black with #58CFA4
Text Example
Text Example
White with #58CFA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58CFA4; }
p { color: rgb(88,207,164); }
H1.HeaderClassName
{
color: #58CFA4;
}
.AnyTagClassName
{
color: #58CFA4;
}
</style>
background-color css
<style>
a { background-color: #58CFA4; }
a { background-color: rgb(88,207,164); }
div.DivClassName
{
background-color: #58CFA4;
}
.BgClassName
{
background-color: #58CFA4;
}
</style>
border-color css
<style>
span { border-color: #58CFA4; }
span { border-color: rgb(88,207,164); }
td.TdClassName
{
border-color: #58CFA4;
}
.TagClassName
{
border-color: #58CFA4;
}
</style>