Shades of Medium Aquamarine #52E09B
Tints of Medium Aquamarine #52E09B
RGB
CMYK
RGB Variations
Color information
#52E09B (or 0x52E09B) is known color: Medium Aquamarine. HEX triplet: 52, E0 and 9B. RGB value is (82,224,155). Sum of RGB (Red+Green+Blue) = 82+224+155=461 (61% of max value = 765). Red value is 82 (32.42% from 255 or 17.79% from 461); Green value is 224 (87.89% from 255 or 48.59% from 461); Blue value is 155 (60.94% from 255 or 33.62% from 461); Max value from RGB is 224 - color contains mainly: green. Hex color #52E09B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52E09B is #AD1F64. Grayscale: #ADADAD. Windows color (decimal): -11345765 or 10215506. OLE color: 10215506.
HSL color Cylindrical-coordinate representation of color #52E09B: hue angle of 150.85º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #52E09B is Cyan = 0.63, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 82 | 224 | 155 | - |
| CMYK | 0.63 | 0 | 0.31 | 0.12 |
| HSL | 150.85º | 0.7% | 0.6% | - |
| HSV(B) | 150.85º | 0.63% | 0.88% | - |
| XYZ | 36.05 | 57.47 | 40.2 | - |
| YUV | 173.68 | 117.46 | 62.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 224 | 155 | 0.63 | 0 | 0.31 | 0.12 | 150.85 | 0.7 | 0.6 |
| Hex | 52 | E0 | 9B | 3F | 0 | 1F | C | 97 | 46 | 3C |
| Octal | 122 | 340 | 233 | 77 | 0 | 37 | 14 | 227 | 106 | 74 |
| Binary | 1010010 | 11100000 | 10011011 | 111111 | 0 | 11111 | 1100 | 10010111 | 1000110 | 111100 |
Color Harmonies of #52E09B
Complementary color
Monochromatic Colors of #52E09B
Black with #52E09B
Text Example
Text Example
White with #52E09B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52E09B; }
p { color: rgb(82,224,155); }
H1.HeaderClassName
{
color: #52E09B;
}
.AnyTagClassName
{
color: #52E09B;
}
</style>
background-color css
<style>
a { background-color: #52E09B; }
a { background-color: rgb(82,224,155); }
div.DivClassName
{
background-color: #52E09B;
}
.BgClassName
{
background-color: #52E09B;
}
</style>
border-color css
<style>
span { border-color: #52E09B; }
span { border-color: rgb(82,224,155); }
td.TdClassName
{
border-color: #52E09B;
}
.TagClassName
{
border-color: #52E09B;
}
</style>