Shades of Medium Aquamarine #52F699
Tints of Medium Aquamarine #52F699
RGB
CMYK
RGB Variations
Color information
#52F699 (or 0x52F699) is known color: Medium Aquamarine. HEX triplet: 52, F6 and 99. RGB value is (82,246,153). Sum of RGB (Red+Green+Blue) = 82+246+153=481 (63% of max value = 765). Red value is 82 (32.42% from 255 or 17.05% from 481); Green value is 246 (96.48% from 255 or 51.14% from 481); Blue value is 153 (60.16% from 255 or 31.81% from 481); Max value from RGB is 246 - color contains mainly: green. Hex color #52F699 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #52F699 is #AD0966. Grayscale: #BABABA. Windows color (decimal): -11340135 or 10090066. OLE color: 10090066.
HSL color Cylindrical-coordinate representation of color #52F699: hue angle of 145.98º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #52F699 is Cyan = 0.67, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 82 | 246 | 153 | - |
| CMYK | 0.67 | 0 | 0.38 | 0.04 |
| HSL | 145.98º | 0.9% | 0.64% | - |
| HSV(B) | 145.98º | 0.67% | 0.96% | - |
| XYZ | 42.19 | 70.01 | 41.43 | - |
| YUV | 186.36 | 109.17 | 53.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 246 | 153 | 0.67 | 0 | 0.38 | 0.04 | 145.98 | 0.9 | 0.64 |
| Hex | 52 | F6 | 99 | 43 | 0 | 26 | 4 | 92 | 5A | 40 |
| Octal | 122 | 366 | 231 | 103 | 0 | 46 | 4 | 222 | 132 | 100 |
| Binary | 1010010 | 11110110 | 10011001 | 1000011 | 0 | 100110 | 100 | 10010010 | 1011010 | 1000000 |
Color Harmonies of #52F699
Complementary color
Monochromatic Colors of #52F699
Black with #52F699
Text Example
Text Example
White with #52F699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52F699; }
p { color: rgb(82,246,153); }
H1.HeaderClassName
{
color: #52F699;
}
.AnyTagClassName
{
color: #52F699;
}
</style>
background-color css
<style>
a { background-color: #52F699; }
a { background-color: rgb(82,246,153); }
div.DivClassName
{
background-color: #52F699;
}
.BgClassName
{
background-color: #52F699;
}
</style>
border-color css
<style>
span { border-color: #52F699; }
span { border-color: rgb(82,246,153); }
td.TdClassName
{
border-color: #52F699;
}
.TagClassName
{
border-color: #52F699;
}
</style>