Shades of Medium Aquamarine #52EBA3
Tints of Medium Aquamarine #52EBA3
RGB
CMYK
RGB Variations
Color information
#52EBA3 (or 0x52EBA3) is known color: Medium Aquamarine. HEX triplet: 52, EB and A3. RGB value is (82,235,163). Sum of RGB (Red+Green+Blue) = 82+235+163=480 (63% of max value = 765). Red value is 82 (32.42% from 255 or 17.08% from 480); Green value is 235 (92.19% from 255 or 48.96% from 480); Blue value is 163 (64.06% from 255 or 33.96% from 480); Max value from RGB is 235 - color contains mainly: green. Hex color #52EBA3 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #52EBA3 is #AD145C. Grayscale: #B5B5B5. Windows color (decimal): -11342941 or 10742610. OLE color: 10742610.
HSL color Cylindrical-coordinate representation of color #52EBA3: hue angle of 151.76º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #52EBA3 is Cyan = 0.65, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 82 | 235 | 163 | - |
| CMYK | 0.65 | 0 | 0.31 | 0.08 |
| HSL | 151.76º | 0.79% | 0.62% | - |
| HSV(B) | 151.76º | 0.65% | 0.92% | - |
| XYZ | 39.8 | 63.85 | 44.88 | - |
| YUV | 181.05 | 117.81 | 57.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 235 | 163 | 0.65 | 0 | 0.31 | 0.08 | 151.76 | 0.79 | 0.62 |
| Hex | 52 | EB | A3 | 41 | 0 | 1F | 8 | 98 | 4F | 3E |
| Octal | 122 | 353 | 243 | 101 | 0 | 37 | 10 | 230 | 117 | 76 |
| Binary | 1010010 | 11101011 | 10100011 | 1000001 | 0 | 11111 | 1000 | 10011000 | 1001111 | 111110 |
Color Harmonies of #52EBA3
Complementary color
Monochromatic Colors of #52EBA3
Black with #52EBA3
Text Example
Text Example
White with #52EBA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52EBA3; }
p { color: rgb(82,235,163); }
H1.HeaderClassName
{
color: #52EBA3;
}
.AnyTagClassName
{
color: #52EBA3;
}
</style>
background-color css
<style>
a { background-color: #52EBA3; }
a { background-color: rgb(82,235,163); }
div.DivClassName
{
background-color: #52EBA3;
}
.BgClassName
{
background-color: #52EBA3;
}
</style>
border-color css
<style>
span { border-color: #52EBA3; }
span { border-color: rgb(82,235,163); }
td.TdClassName
{
border-color: #52EBA3;
}
.TagClassName
{
border-color: #52EBA3;
}
</style>