Shades of Medium Aquamarine #52F098
Tints of Medium Aquamarine #52F098
RGB
CMYK
RGB Variations
Color information
#52F098 (or 0x52F098) is known color: Medium Aquamarine. HEX triplet: 52, F0 and 98. RGB value is (82,240,152). Sum of RGB (Red+Green+Blue) = 82+240+152=474 (62% of max value = 765). Red value is 82 (32.42% from 255 or 17.30% from 474); Green value is 240 (94.14% from 255 or 50.63% from 474); Blue value is 152 (59.77% from 255 or 32.07% from 474); Max value from RGB is 240 - color contains mainly: green. Hex color #52F098 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #52F098 is #AD0F67. Grayscale: #B6B6B6. Windows color (decimal): -11341672 or 10022994. OLE color: 10022994.
HSL color Cylindrical-coordinate representation of color #52F098: hue angle of 146.58º 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 #52F098 is Cyan = 0.66, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 82 | 240 | 152 | - |
| CMYK | 0.66 | 0 | 0.37 | 0.06 |
| HSL | 146.58º | 0.84% | 0.63% | - |
| HSV(B) | 146.58º | 0.66% | 0.94% | - |
| XYZ | 40.31 | 66.38 | 40.39 | - |
| YUV | 182.73 | 110.65 | 56.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 240 | 152 | 0.66 | 0 | 0.37 | 0.06 | 146.58 | 0.84 | 0.63 |
| Hex | 52 | F0 | 98 | 42 | 0 | 25 | 6 | 93 | 54 | 3F |
| Octal | 122 | 360 | 230 | 102 | 0 | 45 | 6 | 223 | 124 | 77 |
| Binary | 1010010 | 11110000 | 10011000 | 1000010 | 0 | 100101 | 110 | 10010011 | 1010100 | 111111 |
Color Harmonies of #52F098
Complementary color
Monochromatic Colors of #52F098
Black with #52F098
Text Example
Text Example
White with #52F098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52F098; }
p { color: rgb(82,240,152); }
H1.HeaderClassName
{
color: #52F098;
}
.AnyTagClassName
{
color: #52F098;
}
</style>
background-color css
<style>
a { background-color: #52F098; }
a { background-color: rgb(82,240,152); }
div.DivClassName
{
background-color: #52F098;
}
.BgClassName
{
background-color: #52F098;
}
</style>
border-color css
<style>
span { border-color: #52F098; }
span { border-color: rgb(82,240,152); }
td.TdClassName
{
border-color: #52F098;
}
.TagClassName
{
border-color: #52F098;
}
</style>