Shades of Medium Aquamarine #52CE9A
Tints of Medium Aquamarine #52CE9A
RGB
CMYK
RGB Variations
Color information
#52CE9A (or 0x52CE9A) is known color: Medium Aquamarine. HEX triplet: 52, CE and 9A. RGB value is (82,206,154). Sum of RGB (Red+Green+Blue) = 82+206+154=442 (58% of max value = 765). Red value is 82 (32.42% from 255 or 18.55% from 442); Green value is 206 (80.86% from 255 or 46.61% from 442); Blue value is 154 (60.55% from 255 or 34.84% from 442); Max value from RGB is 206 - color contains mainly: green. Hex color #52CE9A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52CE9A is #AD3165. Grayscale: #A3A3A3. Windows color (decimal): -11350374 or 10145362. OLE color: 10145362.
HSL color Cylindrical-coordinate representation of color #52CE9A: hue angle of 154.84º 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 #52CE9A is Cyan = 0.60, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 82 | 206 | 154 | - |
| CMYK | 0.60 | 0 | 0.25 | 0.19 |
| HSL | 154.84º | 0.56% | 0.56% | - |
| HSV(B) | 154.84º | 0.6% | 0.81% | - |
| XYZ | 31.38 | 48.27 | 38.23 | - |
| YUV | 163 | 122.92 | 70.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 206 | 154 | 0.60 | 0 | 0.25 | 0.19 | 154.84 | 0.56 | 0.56 |
| Hex | 52 | CE | 9A | 3C | 0 | 19 | 13 | 9B | 38 | 38 |
| Octal | 122 | 316 | 232 | 74 | 0 | 31 | 23 | 233 | 70 | 70 |
| Binary | 1010010 | 11001110 | 10011010 | 111100 | 0 | 11001 | 10011 | 10011011 | 111000 | 111000 |
Color Harmonies of #52CE9A
Complementary color
Monochromatic Colors of #52CE9A
Black with #52CE9A
Text Example
Text Example
White with #52CE9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52CE9A; }
p { color: rgb(82,206,154); }
H1.HeaderClassName
{
color: #52CE9A;
}
.AnyTagClassName
{
color: #52CE9A;
}
</style>
background-color css
<style>
a { background-color: #52CE9A; }
a { background-color: rgb(82,206,154); }
div.DivClassName
{
background-color: #52CE9A;
}
.BgClassName
{
background-color: #52CE9A;
}
</style>
border-color css
<style>
span { border-color: #52CE9A; }
span { border-color: rgb(82,206,154); }
td.TdClassName
{
border-color: #52CE9A;
}
.TagClassName
{
border-color: #52CE9A;
}
</style>