Shades of Medium Aquamarine #52F595
Tints of Medium Aquamarine #52F595
RGB
CMYK
RGB Variations
Color information
#52F595 (or 0x52F595) is known color: Medium Aquamarine. HEX triplet: 52, F5 and 95. RGB value is (82,245,149). Sum of RGB (Red+Green+Blue) = 82+245+149=476 (63% of max value = 765). Red value is 82 (32.42% from 255 or 17.23% from 476); Green value is 245 (96.09% from 255 or 51.47% from 476); Blue value is 149 (58.59% from 255 or 31.30% from 476); Max value from RGB is 245 - color contains mainly: green. Hex color #52F595 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #52F595 is #AD0A6A. Grayscale: #B9B9B9. Windows color (decimal): -11340395 or 9827666. OLE color: 9827666.
HSL color Cylindrical-coordinate representation of color #52F595: hue angle of 144.66º degrees, saturation: 0.89, 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 #52F595 is Cyan = 0.67, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 82 | 245 | 149 | - |
| CMYK | 0.67 | 0 | 0.39 | 0.04 |
| HSL | 144.66º | 0.89% | 0.64% | - |
| HSV(B) | 144.66º | 0.67% | 0.96% | - |
| XYZ | 41.56 | 69.27 | 39.61 | - |
| YUV | 185.32 | 107.5 | 54.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 245 | 149 | 0.67 | 0 | 0.39 | 0.04 | 144.66 | 0.89 | 0.64 |
| Hex | 52 | F5 | 95 | 43 | 0 | 27 | 4 | 91 | 59 | 40 |
| Octal | 122 | 365 | 225 | 103 | 0 | 47 | 4 | 221 | 131 | 100 |
| Binary | 1010010 | 11110101 | 10010101 | 1000011 | 0 | 100111 | 100 | 10010001 | 1011001 | 1000000 |
Color Harmonies of #52F595
Complementary color
Monochromatic Colors of #52F595
Black with #52F595
Text Example
Text Example
White with #52F595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52F595; }
p { color: rgb(82,245,149); }
H1.HeaderClassName
{
color: #52F595;
}
.AnyTagClassName
{
color: #52F595;
}
</style>
background-color css
<style>
a { background-color: #52F595; }
a { background-color: rgb(82,245,149); }
div.DivClassName
{
background-color: #52F595;
}
.BgClassName
{
background-color: #52F595;
}
</style>
border-color css
<style>
span { border-color: #52F595; }
span { border-color: rgb(82,245,149); }
td.TdClassName
{
border-color: #52F595;
}
.TagClassName
{
border-color: #52F595;
}
</style>