Shades of Medium Aquamarine #52FFAB
Tints of Medium Aquamarine #52FFAB
RGB
CMYK
RGB Variations
Color information
#52FFAB (or 0x52FFAB) is known color: Medium Aquamarine. HEX triplet: 52, FF and AB. RGB value is (82,255,171). Sum of RGB (Red+Green+Blue) = 82+255+171=508 (67% of max value = 765). Red value is 82 (32.42% from 255 or 16.14% from 508); Green value is 255 (100% from 255 or 50.20% from 508); Blue value is 171 (67.19% from 255 or 33.66% from 508); Max value from RGB is 255 - color contains mainly: green. Hex color #52FFAB is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #52FFAB is #AD0054. Grayscale: #C1C1C1. Windows color (decimal): -11337813 or 11272018. OLE color: 11272018.
HSL color Cylindrical-coordinate representation of color #52FFAB: hue angle of 150.87º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #52FFAB is Cyan = 0.68, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 82 | 255 | 171 | - |
| CMYK | 0.68 | 0 | 0.33 | 0 |
| HSL | 150.87º | 1% | 0.66% | - |
| HSV(B) | 150.87º | 0.68% | 1% | - |
| XYZ | 46.59 | 76.25 | 50.79 | - |
| YUV | 193.7 | 115.19 | 48.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 255 | 171 | 0.68 | 0 | 0.33 | 0 | 150.87 | 1 | 0.66 |
| Hex | 52 | FF | AB | 44 | 0 | 21 | 0 | 97 | 64 | 42 |
| Octal | 122 | 377 | 253 | 104 | 0 | 41 | 0 | 227 | 144 | 102 |
| Binary | 1010010 | 11111111 | 10101011 | 1000100 | 0 | 100001 | 0 | 10010111 | 1100100 | 1000010 |
Color Harmonies of #52FFAB
Complementary color
Monochromatic Colors of #52FFAB
Black with #52FFAB
Text Example
Text Example
White with #52FFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52FFAB; }
p { color: rgb(82,255,171); }
H1.HeaderClassName
{
color: #52FFAB;
}
.AnyTagClassName
{
color: #52FFAB;
}
</style>
background-color css
<style>
a { background-color: #52FFAB; }
a { background-color: rgb(82,255,171); }
div.DivClassName
{
background-color: #52FFAB;
}
.BgClassName
{
background-color: #52FFAB;
}
</style>
border-color css
<style>
span { border-color: #52FFAB; }
span { border-color: rgb(82,255,171); }
td.TdClassName
{
border-color: #52FFAB;
}
.TagClassName
{
border-color: #52FFAB;
}
</style>