Shades of Medium Aquamarine #53D6A3
Tints of Medium Aquamarine #53D6A3
RGB
CMYK
RGB Variations
Color information
#53D6A3 (or 0x53D6A3) is known color: Medium Aquamarine. HEX triplet: 53, D6 and A3. RGB value is (83,214,163). Sum of RGB (Red+Green+Blue) = 83+214+163=460 (60% of max value = 765). Red value is 83 (32.81% from 255 or 18.04% from 460); Green value is 214 (83.98% from 255 or 46.52% from 460); Blue value is 163 (64.06% from 255 or 35.43% from 460); Max value from RGB is 214 - color contains mainly: green. Hex color #53D6A3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53D6A3 is #AC295C. Grayscale: #A9A9A9. Windows color (decimal): -11282781 or 10737235. OLE color: 10737235.
HSL color Cylindrical-coordinate representation of color #53D6A3: hue angle of 156.64º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #53D6A3 is Cyan = 0.61, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 83 | 214 | 163 | - |
| CMYK | 0.61 | 0 | 0.24 | 0.16 |
| HSL | 156.64º | 0.62% | 0.58% | - |
| HSV(B) | 156.64º | 0.61% | 0.84% | - |
| XYZ | 34.22 | 52.58 | 42.99 | - |
| YUV | 169.02 | 124.6 | 66.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 214 | 163 | 0.61 | 0 | 0.24 | 0.16 | 156.64 | 0.62 | 0.58 |
| Hex | 53 | D6 | A3 | 3D | 0 | 18 | 10 | 9D | 3E | 3A |
| Octal | 123 | 326 | 243 | 75 | 0 | 30 | 20 | 235 | 76 | 72 |
| Binary | 1010011 | 11010110 | 10100011 | 111101 | 0 | 11000 | 10000 | 10011101 | 111110 | 111010 |
Color Harmonies of #53D6A3
Complementary color
Monochromatic Colors of #53D6A3
Black with #53D6A3
Text Example
Text Example
White with #53D6A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53D6A3; }
p { color: rgb(83,214,163); }
H1.HeaderClassName
{
color: #53D6A3;
}
.AnyTagClassName
{
color: #53D6A3;
}
</style>
background-color css
<style>
a { background-color: #53D6A3; }
a { background-color: rgb(83,214,163); }
div.DivClassName
{
background-color: #53D6A3;
}
.BgClassName
{
background-color: #53D6A3;
}
</style>
border-color css
<style>
span { border-color: #53D6A3; }
span { border-color: rgb(83,214,163); }
td.TdClassName
{
border-color: #53D6A3;
}
.TagClassName
{
border-color: #53D6A3;
}
</style>