Shades of Medium Aquamarine #52F199
Tints of Medium Aquamarine #52F199
RGB
CMYK
RGB Variations
Color information
#52F199 (or 0x52F199) is known color: Medium Aquamarine. HEX triplet: 52, F1 and 99. RGB value is (82,241,153). Sum of RGB (Red+Green+Blue) = 82+241+153=476 (63% of max value = 765). Red value is 82 (32.42% from 255 or 17.23% from 476); Green value is 241 (94.53% from 255 or 50.63% from 476); Blue value is 153 (60.16% from 255 or 32.14% from 476); Max value from RGB is 241 - color contains mainly: green. Hex color #52F199 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #52F199 is #AD0E66. Grayscale: #B7B7B7. Windows color (decimal): -11341415 or 10088786. OLE color: 10088786.
HSL color Cylindrical-coordinate representation of color #52F199: hue angle of 146.79º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #52F199 is Cyan = 0.66, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 82 | 241 | 153 | - |
| CMYK | 0.66 | 0 | 0.37 | 0.05 |
| HSL | 146.79º | 0.85% | 0.63% | - |
| HSV(B) | 146.79º | 0.66% | 0.95% | - |
| XYZ | 40.68 | 67 | 40.93 | - |
| YUV | 183.43 | 110.82 | 55.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 241 | 153 | 0.66 | 0 | 0.37 | 0.05 | 146.79 | 0.85 | 0.63 |
| Hex | 52 | F1 | 99 | 42 | 0 | 25 | 5 | 93 | 55 | 3F |
| Octal | 122 | 361 | 231 | 102 | 0 | 45 | 5 | 223 | 125 | 77 |
| Binary | 1010010 | 11110001 | 10011001 | 1000010 | 0 | 100101 | 101 | 10010011 | 1010101 | 111111 |
Color Harmonies of #52F199
Complementary color
Monochromatic Colors of #52F199
Black with #52F199
Text Example
Text Example
White with #52F199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52F199; }
p { color: rgb(82,241,153); }
H1.HeaderClassName
{
color: #52F199;
}
.AnyTagClassName
{
color: #52F199;
}
</style>
background-color css
<style>
a { background-color: #52F199; }
a { background-color: rgb(82,241,153); }
div.DivClassName
{
background-color: #52F199;
}
.BgClassName
{
background-color: #52F199;
}
</style>
border-color css
<style>
span { border-color: #52F199; }
span { border-color: rgb(82,241,153); }
td.TdClassName
{
border-color: #52F199;
}
.TagClassName
{
border-color: #52F199;
}
</style>