Shades of Medium Aquamarine #52F099
Tints of Medium Aquamarine #52F099
RGB
CMYK
RGB Variations
Color information
#52F099 (or 0x52F099) is known color: Medium Aquamarine. HEX triplet: 52, F0 and 99. RGB value is (82,240,153). Sum of RGB (Red+Green+Blue) = 82+240+153=475 (62% of max value = 765). Red value is 82 (32.42% from 255 or 17.26% from 475); Green value is 240 (94.14% from 255 or 50.53% from 475); Blue value is 153 (60.16% from 255 or 32.21% from 475); Max value from RGB is 240 - color contains mainly: green. Hex color #52F099 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #52F099 is #AD0F66. Grayscale: #B7B7B7. Windows color (decimal): -11341671 or 10088530. OLE color: 10088530.
HSL color Cylindrical-coordinate representation of color #52F099: hue angle of 146.96º degrees, saturation: 0.84, 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 #52F099 is Cyan = 0.66, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 82 | 240 | 153 | - |
| CMYK | 0.66 | 0 | 0.36 | 0.06 |
| HSL | 146.96º | 0.84% | 0.63% | - |
| HSV(B) | 146.96º | 0.66% | 0.94% | - |
| XYZ | 40.39 | 66.41 | 40.83 | - |
| YUV | 182.84 | 111.15 | 56.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 240 | 153 | 0.66 | 0 | 0.36 | 0.06 | 146.96 | 0.84 | 0.63 |
| Hex | 52 | F0 | 99 | 42 | 0 | 24 | 6 | 93 | 54 | 3F |
| Octal | 122 | 360 | 231 | 102 | 0 | 44 | 6 | 223 | 124 | 77 |
| Binary | 1010010 | 11110000 | 10011001 | 1000010 | 0 | 100100 | 110 | 10010011 | 1010100 | 111111 |
Color Harmonies of #52F099
Complementary color
Monochromatic Colors of #52F099
Black with #52F099
Text Example
Text Example
White with #52F099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52F099; }
p { color: rgb(82,240,153); }
H1.HeaderClassName
{
color: #52F099;
}
.AnyTagClassName
{
color: #52F099;
}
</style>
background-color css
<style>
a { background-color: #52F099; }
a { background-color: rgb(82,240,153); }
div.DivClassName
{
background-color: #52F099;
}
.BgClassName
{
background-color: #52F099;
}
</style>
border-color css
<style>
span { border-color: #52F099; }
span { border-color: rgb(82,240,153); }
td.TdClassName
{
border-color: #52F099;
}
.TagClassName
{
border-color: #52F099;
}
</style>