Shades of Medium Aquamarine #53D9A2
Tints of Medium Aquamarine #53D9A2
RGB
CMYK
RGB Variations
Color information
#53D9A2 (or 0x53D9A2) is known color: Medium Aquamarine. HEX triplet: 53, D9 and A2. RGB value is (83,217,162). Sum of RGB (Red+Green+Blue) = 83+217+162=462 (61% of max value = 765). Red value is 83 (32.81% from 255 or 17.97% from 462); Green value is 217 (85.16% from 255 or 46.97% from 462); Blue value is 162 (63.67% from 255 or 35.06% from 462); Max value from RGB is 217 - color contains mainly: green. Hex color #53D9A2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53D9A2 is #AC265D. Grayscale: #AAAAAA. Windows color (decimal): -11282014 or 10672467. OLE color: 10672467.
HSL color Cylindrical-coordinate representation of color #53D9A2: hue angle of 155.37º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #53D9A2 is Cyan = 0.62, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 83 | 217 | 162 | - |
| CMYK | 0.62 | 0 | 0.25 | 0.15 |
| HSL | 155.37º | 0.64% | 0.59% | - |
| HSV(B) | 155.37º | 0.62% | 0.85% | - |
| XYZ | 34.9 | 54.07 | 42.78 | - |
| YUV | 170.66 | 123.11 | 65.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 217 | 162 | 0.62 | 0 | 0.25 | 0.15 | 155.37 | 0.64 | 0.59 |
| Hex | 53 | D9 | A2 | 3E | 0 | 19 | F | 9B | 40 | 3B |
| Octal | 123 | 331 | 242 | 76 | 0 | 31 | 17 | 233 | 100 | 73 |
| Binary | 1010011 | 11011001 | 10100010 | 111110 | 0 | 11001 | 1111 | 10011011 | 1000000 | 111011 |
Color Harmonies of #53D9A2
Complementary color
Monochromatic Colors of #53D9A2
Black with #53D9A2
Text Example
Text Example
White with #53D9A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53D9A2; }
p { color: rgb(83,217,162); }
H1.HeaderClassName
{
color: #53D9A2;
}
.AnyTagClassName
{
color: #53D9A2;
}
</style>
background-color css
<style>
a { background-color: #53D9A2; }
a { background-color: rgb(83,217,162); }
div.DivClassName
{
background-color: #53D9A2;
}
.BgClassName
{
background-color: #53D9A2;
}
</style>
border-color css
<style>
span { border-color: #53D9A2; }
span { border-color: rgb(83,217,162); }
td.TdClassName
{
border-color: #53D9A2;
}
.TagClassName
{
border-color: #53D9A2;
}
</style>