Shades of Medium Aquamarine #53CEA2
Tints of Medium Aquamarine #53CEA2
RGB
CMYK
RGB Variations
Color information
#53CEA2 (or 0x53CEA2) is known color: Medium Aquamarine. HEX triplet: 53, CE and A2. RGB value is (83,206,162). Sum of RGB (Red+Green+Blue) = 83+206+162=451 (59% of max value = 765). Red value is 83 (32.81% from 255 or 18.40% from 451); Green value is 206 (80.86% from 255 or 45.68% from 451); Blue value is 162 (63.67% from 255 or 35.92% from 451); Max value from RGB is 206 - color contains mainly: green. Hex color #53CEA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53CEA2 is #AC315D. Grayscale: #A4A4A4. Windows color (decimal): -11284830 or 10669651. OLE color: 10669651.
HSL color Cylindrical-coordinate representation of color #53CEA2: hue angle of 158.54º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #53CEA2 is Cyan = 0.60, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 83 | 206 | 162 | - |
| CMYK | 0.60 | 0 | 0.21 | 0.19 |
| HSL | 158.54º | 0.56% | 0.57% | - |
| HSV(B) | 158.54º | 0.6% | 0.81% | - |
| XYZ | 32.16 | 48.59 | 41.87 | - |
| YUV | 164.21 | 126.75 | 70.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 206 | 162 | 0.60 | 0 | 0.21 | 0.19 | 158.54 | 0.56 | 0.57 |
| Hex | 53 | CE | A2 | 3C | 0 | 15 | 13 | 9F | 38 | 39 |
| Octal | 123 | 316 | 242 | 74 | 0 | 25 | 23 | 237 | 70 | 71 |
| Binary | 1010011 | 11001110 | 10100010 | 111100 | 0 | 10101 | 10011 | 10011111 | 111000 | 111001 |
Color Harmonies of #53CEA2
Complementary color
Monochromatic Colors of #53CEA2
Black with #53CEA2
Text Example
Text Example
White with #53CEA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53CEA2; }
p { color: rgb(83,206,162); }
H1.HeaderClassName
{
color: #53CEA2;
}
.AnyTagClassName
{
color: #53CEA2;
}
</style>
background-color css
<style>
a { background-color: #53CEA2; }
a { background-color: rgb(83,206,162); }
div.DivClassName
{
background-color: #53CEA2;
}
.BgClassName
{
background-color: #53CEA2;
}
</style>
border-color css
<style>
span { border-color: #53CEA2; }
span { border-color: rgb(83,206,162); }
td.TdClassName
{
border-color: #53CEA2;
}
.TagClassName
{
border-color: #53CEA2;
}
</style>