Shades of Medium Aquamarine #52EFB5
Tints of Medium Aquamarine #52EFB5
RGB
CMYK
RGB Variations
Color information
#52EFB5 (or 0x52EFB5) is known color: Medium Aquamarine. HEX triplet: 52, EF and B5. RGB value is (82,239,181). Sum of RGB (Red+Green+Blue) = 82+239+181=502 (66% of max value = 765). Red value is 82 (32.42% from 255 or 16.33% from 502); Green value is 239 (93.75% from 255 or 47.61% from 502); Blue value is 181 (71.09% from 255 or 36.06% from 502); Max value from RGB is 239 - color contains mainly: green. Hex color #52EFB5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #52EFB5 is #AD104A. Grayscale: #B9B9B9. Windows color (decimal): -11341899 or 11923282. OLE color: 11923282.
HSL color Cylindrical-coordinate representation of color #52EFB5: hue angle of 157.83º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #52EFB5 is Cyan = 0.66, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 82 | 239 | 181 | - |
| CMYK | 0.66 | 0 | 0.24 | 0.06 |
| HSL | 157.83º | 0.83% | 0.63% | - |
| HSV(B) | 157.83º | 0.66% | 0.94% | - |
| XYZ | 42.69 | 66.86 | 54.37 | - |
| YUV | 185.45 | 125.49 | 54.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 239 | 181 | 0.66 | 0 | 0.24 | 0.06 | 157.83 | 0.83 | 0.63 |
| Hex | 52 | EF | B5 | 42 | 0 | 18 | 6 | 9E | 53 | 3F |
| Octal | 122 | 357 | 265 | 102 | 0 | 30 | 6 | 236 | 123 | 77 |
| Binary | 1010010 | 11101111 | 10110101 | 1000010 | 0 | 11000 | 110 | 10011110 | 1010011 | 111111 |
Color Harmonies of #52EFB5
Complementary color
Monochromatic Colors of #52EFB5
Black with #52EFB5
Text Example
Text Example
White with #52EFB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52EFB5; }
p { color: rgb(82,239,181); }
H1.HeaderClassName
{
color: #52EFB5;
}
.AnyTagClassName
{
color: #52EFB5;
}
</style>
background-color css
<style>
a { background-color: #52EFB5; }
a { background-color: rgb(82,239,181); }
div.DivClassName
{
background-color: #52EFB5;
}
.BgClassName
{
background-color: #52EFB5;
}
</style>
border-color css
<style>
span { border-color: #52EFB5; }
span { border-color: rgb(82,239,181); }
td.TdClassName
{
border-color: #52EFB5;
}
.TagClassName
{
border-color: #52EFB5;
}
</style>