Shades of Medium Aquamarine #52FFAE
Tints of Medium Aquamarine #52FFAE
RGB
CMYK
RGB Variations
Color information
#52FFAE (or 0x52FFAE) is known color: Medium Aquamarine. HEX triplet: 52, FF and AE. RGB value is (82,255,174). Sum of RGB (Red+Green+Blue) = 82+255+174=511 (67% of max value = 765). Red value is 82 (32.42% from 255 or 16.05% from 511); Green value is 255 (100% from 255 or 49.90% from 511); Blue value is 174 (68.36% from 255 or 34.05% from 511); Max value from RGB is 255 - color contains mainly: green. Hex color #52FFAE is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #52FFAE is #AD0051. Grayscale: #C2C2C2. Windows color (decimal): -11337810 or 11468626. OLE color: 11468626.
HSL color Cylindrical-coordinate representation of color #52FFAE: hue angle of 151.91º 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 #52FFAE is Cyan = 0.68, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.
Color convert
| RGB | 82 | 255 | 174 | - |
| CMYK | 0.68 | 0 | 0.32 | 0 |
| HSL | 151.91º | 1% | 0.66% | - |
| HSV(B) | 151.91º | 0.68% | 1% | - |
| XYZ | 46.88 | 76.37 | 52.31 | - |
| YUV | 194.04 | 116.69 | 48.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 255 | 174 | 0.68 | 0 | 0.32 | 0 | 151.91 | 1 | 0.66 |
| Hex | 52 | FF | AE | 44 | 0 | 20 | 0 | 98 | 64 | 42 |
| Octal | 122 | 377 | 256 | 104 | 0 | 40 | 0 | 230 | 144 | 102 |
| Binary | 1010010 | 11111111 | 10101110 | 1000100 | 0 | 100000 | 0 | 10011000 | 1100100 | 1000010 |
Color Harmonies of #52FFAE
Complementary color
Monochromatic Colors of #52FFAE
Black with #52FFAE
Text Example
Text Example
White with #52FFAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52FFAE; }
p { color: rgb(82,255,174); }
H1.HeaderClassName
{
color: #52FFAE;
}
.AnyTagClassName
{
color: #52FFAE;
}
</style>
background-color css
<style>
a { background-color: #52FFAE; }
a { background-color: rgb(82,255,174); }
div.DivClassName
{
background-color: #52FFAE;
}
.BgClassName
{
background-color: #52FFAE;
}
</style>
border-color css
<style>
span { border-color: #52FFAE; }
span { border-color: rgb(82,255,174); }
td.TdClassName
{
border-color: #52FFAE;
}
.TagClassName
{
border-color: #52FFAE;
}
</style>