Shades of Medium Aquamarine #52EEA2
Tints of Medium Aquamarine #52EEA2
RGB
CMYK
RGB Variations
Color information
#52EEA2 (or 0x52EEA2) is known color: Medium Aquamarine. HEX triplet: 52, EE and A2. RGB value is (82,238,162). Sum of RGB (Red+Green+Blue) = 82+238+162=482 (63% of max value = 765). Red value is 82 (32.42% from 255 or 17.01% from 482); Green value is 238 (93.36% from 255 or 49.38% from 482); Blue value is 162 (63.67% from 255 or 33.61% from 482); Max value from RGB is 238 - color contains mainly: green. Hex color #52EEA2 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #52EEA2 is #AD115D. Grayscale: #B6B6B6. Windows color (decimal): -11342174 or 10677842. OLE color: 10677842.
HSL color Cylindrical-coordinate representation of color #52EEA2: hue angle of 150.77º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #52EEA2 is Cyan = 0.66, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 82 | 238 | 162 | - |
| CMYK | 0.66 | 0 | 0.32 | 0.07 |
| HSL | 150.77º | 0.82% | 0.63% | - |
| HSV(B) | 150.77º | 0.66% | 0.93% | - |
| XYZ | 40.58 | 65.55 | 44.7 | - |
| YUV | 182.69 | 116.32 | 56.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 238 | 162 | 0.66 | 0 | 0.32 | 0.07 | 150.77 | 0.82 | 0.63 |
| Hex | 52 | EE | A2 | 42 | 0 | 20 | 7 | 97 | 52 | 3F |
| Octal | 122 | 356 | 242 | 102 | 0 | 40 | 7 | 227 | 122 | 77 |
| Binary | 1010010 | 11101110 | 10100010 | 1000010 | 0 | 100000 | 111 | 10010111 | 1010010 | 111111 |
Color Harmonies of #52EEA2
Complementary color
Monochromatic Colors of #52EEA2
Black with #52EEA2
Text Example
Text Example
White with #52EEA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52EEA2; }
p { color: rgb(82,238,162); }
H1.HeaderClassName
{
color: #52EEA2;
}
.AnyTagClassName
{
color: #52EEA2;
}
</style>
background-color css
<style>
a { background-color: #52EEA2; }
a { background-color: rgb(82,238,162); }
div.DivClassName
{
background-color: #52EEA2;
}
.BgClassName
{
background-color: #52EEA2;
}
</style>
border-color css
<style>
span { border-color: #52EEA2; }
span { border-color: rgb(82,238,162); }
td.TdClassName
{
border-color: #52EEA2;
}
.TagClassName
{
border-color: #52EEA2;
}
</style>