Shades of Medium Aquamarine #58CFAA
Tints of Medium Aquamarine #58CFAA
RGB
CMYK
RGB Variations
Color information
#58CFAA (or 0x58CFAA) is known color: Medium Aquamarine. HEX triplet: 58, CF and AA. RGB value is (88,207,170). Sum of RGB (Red+Green+Blue) = 88+207+170=465 (61% of max value = 765). Red value is 88 (34.77% from 255 or 18.92% from 465); Green value is 207 (81.25% from 255 or 44.52% from 465); Blue value is 170 (66.80% from 255 or 36.56% from 465); Max value from RGB is 207 - color contains mainly: green. Hex color #58CFAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #58CFAA is #A73055. Grayscale: #A7A7A7. Windows color (decimal): -10956886 or 11194200. OLE color: 11194200.
HSL color Cylindrical-coordinate representation of color #58CFAA: hue angle of 161.34º 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 #58CFAA is Cyan = 0.57, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 88 | 207 | 170 | - |
| CMYK | 0.57 | 0 | 0.18 | 0.19 |
| HSL | 161.34º | 0.55% | 0.58% | - |
| HSV(B) | 161.34º | 0.57% | 0.81% | - |
| XYZ | 33.59 | 49.6 | 45.83 | - |
| YUV | 167.2 | 129.58 | 71.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 207 | 170 | 0.57 | 0 | 0.18 | 0.19 | 161.34 | 0.55 | 0.58 |
| Hex | 58 | CF | AA | 39 | 0 | 12 | 13 | A1 | 37 | 3A |
| Octal | 130 | 317 | 252 | 71 | 0 | 22 | 23 | 241 | 67 | 72 |
| Binary | 1011000 | 11001111 | 10101010 | 111001 | 0 | 10010 | 10011 | 10100001 | 110111 | 111010 |
Color Harmonies of #58CFAA
Complementary color
Monochromatic Colors of #58CFAA
Black with #58CFAA
Text Example
Text Example
White with #58CFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58CFAA; }
p { color: rgb(88,207,170); }
H1.HeaderClassName
{
color: #58CFAA;
}
.AnyTagClassName
{
color: #58CFAA;
}
</style>
background-color css
<style>
a { background-color: #58CFAA; }
a { background-color: rgb(88,207,170); }
div.DivClassName
{
background-color: #58CFAA;
}
.BgClassName
{
background-color: #58CFAA;
}
</style>
border-color css
<style>
span { border-color: #58CFAA; }
span { border-color: rgb(88,207,170); }
td.TdClassName
{
border-color: #58CFAA;
}
.TagClassName
{
border-color: #58CFAA;
}
</style>