Shades of Medium Aquamarine #52EBA1
Tints of Medium Aquamarine #52EBA1
RGB
CMYK
RGB Variations
Color information
#52EBA1 (or 0x52EBA1) is known color: Medium Aquamarine. HEX triplet: 52, EB and A1. RGB value is (82,235,161). Sum of RGB (Red+Green+Blue) = 82+235+161=478 (63% of max value = 765). Red value is 82 (32.42% from 255 or 17.15% from 478); Green value is 235 (92.19% from 255 or 49.16% from 478); Blue value is 161 (63.28% from 255 or 33.68% from 478); Max value from RGB is 235 - color contains mainly: green. Hex color #52EBA1 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #52EBA1 is #AD145E. Grayscale: #B4B4B4. Windows color (decimal): -11342943 or 10611538. OLE color: 10611538.
HSL color Cylindrical-coordinate representation of color #52EBA1: hue angle of 150.98º 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 #52EBA1 is Cyan = 0.65, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 82 | 235 | 161 | - |
| CMYK | 0.65 | 0 | 0.31 | 0.08 |
| HSL | 150.98º | 0.79% | 0.62% | - |
| HSV(B) | 150.98º | 0.65% | 0.92% | - |
| XYZ | 39.62 | 63.78 | 43.94 | - |
| YUV | 180.82 | 116.81 | 57.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 235 | 161 | 0.65 | 0 | 0.31 | 0.08 | 150.98 | 0.79 | 0.62 |
| Hex | 52 | EB | A1 | 41 | 0 | 1F | 8 | 97 | 4F | 3E |
| Octal | 122 | 353 | 241 | 101 | 0 | 37 | 10 | 227 | 117 | 76 |
| Binary | 1010010 | 11101011 | 10100001 | 1000001 | 0 | 11111 | 1000 | 10010111 | 1001111 | 111110 |
Color Harmonies of #52EBA1
Complementary color
Monochromatic Colors of #52EBA1
Black with #52EBA1
Text Example
Text Example
White with #52EBA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52EBA1; }
p { color: rgb(82,235,161); }
H1.HeaderClassName
{
color: #52EBA1;
}
.AnyTagClassName
{
color: #52EBA1;
}
</style>
background-color css
<style>
a { background-color: #52EBA1; }
a { background-color: rgb(82,235,161); }
div.DivClassName
{
background-color: #52EBA1;
}
.BgClassName
{
background-color: #52EBA1;
}
</style>
border-color css
<style>
span { border-color: #52EBA1; }
span { border-color: rgb(82,235,161); }
td.TdClassName
{
border-color: #52EBA1;
}
.TagClassName
{
border-color: #52EBA1;
}
</style>