Shades of Medium Aquamarine #52CE9F
Tints of Medium Aquamarine #52CE9F
RGB
CMYK
RGB Variations
Color information
#52CE9F (or 0x52CE9F) is known color: Medium Aquamarine. HEX triplet: 52, CE and 9F. RGB value is (82,206,159). Sum of RGB (Red+Green+Blue) = 82+206+159=447 (59% of max value = 765). Red value is 82 (32.42% from 255 or 18.34% from 447); Green value is 206 (80.86% from 255 or 46.09% from 447); Blue value is 159 (62.5% from 255 or 35.57% from 447); Max value from RGB is 206 - color contains mainly: green. Hex color #52CE9F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52CE9F is #AD3160. Grayscale: #A3A3A3. Windows color (decimal): -11350369 or 10473042. OLE color: 10473042.
HSL color Cylindrical-coordinate representation of color #52CE9F: hue angle of 157.26º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #52CE9F is Cyan = 0.60, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 82 | 206 | 159 | - |
| CMYK | 0.60 | 0 | 0.23 | 0.19 |
| HSL | 157.26º | 0.56% | 0.56% | - |
| HSV(B) | 157.26º | 0.6% | 0.81% | - |
| XYZ | 31.81 | 48.44 | 40.47 | - |
| YUV | 163.57 | 125.42 | 69.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 206 | 159 | 0.60 | 0 | 0.23 | 0.19 | 157.26 | 0.56 | 0.56 |
| Hex | 52 | CE | 9F | 3C | 0 | 17 | 13 | 9D | 38 | 38 |
| Octal | 122 | 316 | 237 | 74 | 0 | 27 | 23 | 235 | 70 | 70 |
| Binary | 1010010 | 11001110 | 10011111 | 111100 | 0 | 10111 | 10011 | 10011101 | 111000 | 111000 |
Color Harmonies of #52CE9F
Complementary color
Monochromatic Colors of #52CE9F
Black with #52CE9F
Text Example
Text Example
White with #52CE9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52CE9F; }
p { color: rgb(82,206,159); }
H1.HeaderClassName
{
color: #52CE9F;
}
.AnyTagClassName
{
color: #52CE9F;
}
</style>
background-color css
<style>
a { background-color: #52CE9F; }
a { background-color: rgb(82,206,159); }
div.DivClassName
{
background-color: #52CE9F;
}
.BgClassName
{
background-color: #52CE9F;
}
</style>
border-color css
<style>
span { border-color: #52CE9F; }
span { border-color: rgb(82,206,159); }
td.TdClassName
{
border-color: #52CE9F;
}
.TagClassName
{
border-color: #52CE9F;
}
</style>