Shades of Medium Aquamarine #58CFA2
Tints of Medium Aquamarine #58CFA2
RGB
CMYK
RGB Variations
Color information
#58CFA2 (or 0x58CFA2) is known color: Medium Aquamarine. HEX triplet: 58, CF and A2. RGB value is (88,207,162). Sum of RGB (Red+Green+Blue) = 88+207+162=457 (60% of max value = 765). Red value is 88 (34.77% from 255 or 19.26% from 457); Green value is 207 (81.25% from 255 or 45.30% from 457); Blue value is 162 (63.67% from 255 or 35.45% from 457); Max value from RGB is 207 - color contains mainly: green. Hex color #58CFA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #58CFA2 is #A7305D. Grayscale: #A6A6A6. Windows color (decimal): -10956894 or 10669912. OLE color: 10669912.
HSL color Cylindrical-coordinate representation of color #58CFA2: hue angle of 157.31º 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 #58CFA2 is Cyan = 0.57, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 88 | 207 | 162 | - |
| CMYK | 0.57 | 0 | 0.22 | 0.19 |
| HSL | 157.31º | 0.55% | 0.58% | - |
| HSV(B) | 157.31º | 0.57% | 0.81% | - |
| XYZ | 32.86 | 49.31 | 41.97 | - |
| YUV | 166.29 | 125.58 | 72.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 207 | 162 | 0.57 | 0 | 0.22 | 0.19 | 157.31 | 0.55 | 0.58 |
| Hex | 58 | CF | A2 | 39 | 0 | 16 | 13 | 9D | 37 | 3A |
| Octal | 130 | 317 | 242 | 71 | 0 | 26 | 23 | 235 | 67 | 72 |
| Binary | 1011000 | 11001111 | 10100010 | 111001 | 0 | 10110 | 10011 | 10011101 | 110111 | 111010 |
Color Harmonies of #58CFA2
Complementary color
Monochromatic Colors of #58CFA2
Black with #58CFA2
Text Example
Text Example
White with #58CFA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58CFA2; }
p { color: rgb(88,207,162); }
H1.HeaderClassName
{
color: #58CFA2;
}
.AnyTagClassName
{
color: #58CFA2;
}
</style>
background-color css
<style>
a { background-color: #58CFA2; }
a { background-color: rgb(88,207,162); }
div.DivClassName
{
background-color: #58CFA2;
}
.BgClassName
{
background-color: #58CFA2;
}
</style>
border-color css
<style>
span { border-color: #58CFA2; }
span { border-color: rgb(88,207,162); }
td.TdClassName
{
border-color: #58CFA2;
}
.TagClassName
{
border-color: #58CFA2;
}
</style>