Shades of Medium Aquamarine #52F197
Tints of Medium Aquamarine #52F197
RGB
CMYK
RGB Variations
Color information
#52F197 (or 0x52F197) is known color: Medium Aquamarine. HEX triplet: 52, F1 and 97. RGB value is (82,241,151). Sum of RGB (Red+Green+Blue) = 82+241+151=474 (62% of max value = 765). Red value is 82 (32.42% from 255 or 17.30% from 474); Green value is 241 (94.53% from 255 or 50.84% from 474); Blue value is 151 (59.38% from 255 or 31.86% from 474); Max value from RGB is 241 - color contains mainly: green. Hex color #52F197 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #52F197 is #AD0E68. Grayscale: #B7B7B7. Windows color (decimal): -11341417 or 9957714. OLE color: 9957714.
HSL color Cylindrical-coordinate representation of color #52F197: hue angle of 146.04º 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 #52F197 is Cyan = 0.66, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 82 | 241 | 151 | - |
| CMYK | 0.66 | 0 | 0.37 | 0.05 |
| HSL | 146.04º | 0.85% | 0.63% | - |
| HSV(B) | 146.04º | 0.66% | 0.95% | - |
| XYZ | 40.52 | 66.94 | 40.06 | - |
| YUV | 183.2 | 109.82 | 55.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 241 | 151 | 0.66 | 0 | 0.37 | 0.05 | 146.04 | 0.85 | 0.63 |
| Hex | 52 | F1 | 97 | 42 | 0 | 25 | 5 | 92 | 55 | 3F |
| Octal | 122 | 361 | 227 | 102 | 0 | 45 | 5 | 222 | 125 | 77 |
| Binary | 1010010 | 11110001 | 10010111 | 1000010 | 0 | 100101 | 101 | 10010010 | 1010101 | 111111 |
Color Harmonies of #52F197
Complementary color
Monochromatic Colors of #52F197
Black with #52F197
Text Example
Text Example
White with #52F197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52F197; }
p { color: rgb(82,241,151); }
H1.HeaderClassName
{
color: #52F197;
}
.AnyTagClassName
{
color: #52F197;
}
</style>
background-color css
<style>
a { background-color: #52F197; }
a { background-color: rgb(82,241,151); }
div.DivClassName
{
background-color: #52F197;
}
.BgClassName
{
background-color: #52F197;
}
</style>
border-color css
<style>
span { border-color: #52F197; }
span { border-color: rgb(82,241,151); }
td.TdClassName
{
border-color: #52F197;
}
.TagClassName
{
border-color: #52F197;
}
</style>