Shades of Medium Aquamarine #53D7B0
Tints of Medium Aquamarine #53D7B0
RGB
CMYK
RGB Variations
Color information
#53D7B0 (or 0x53D7B0) is known color: Medium Aquamarine. HEX triplet: 53, D7 and B0. RGB value is (83,215,176). Sum of RGB (Red+Green+Blue) = 83+215+176=474 (62% of max value = 765). Red value is 83 (32.81% from 255 or 17.51% from 474); Green value is 215 (84.38% from 255 or 45.36% from 474); Blue value is 176 (69.14% from 255 or 37.13% from 474); Max value from RGB is 215 - color contains mainly: green. Hex color #53D7B0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53D7B0 is #AC284F. Grayscale: #ABABAB. Windows color (decimal): -11282512 or 11589459. OLE color: 11589459.
HSL color Cylindrical-coordinate representation of color #53D7B0: hue angle of 162.27º 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 #53D7B0 is Cyan = 0.61, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 83 | 215 | 176 | - |
| CMYK | 0.61 | 0 | 0.18 | 0.16 |
| HSL | 162.27º | 0.62% | 0.58% | - |
| HSV(B) | 162.27º | 0.61% | 0.84% | - |
| XYZ | 35.7 | 53.57 | 49.53 | - |
| YUV | 171.09 | 130.77 | 65.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 215 | 176 | 0.61 | 0 | 0.18 | 0.16 | 162.27 | 0.62 | 0.58 |
| Hex | 53 | D7 | B0 | 3D | 0 | 12 | 10 | A2 | 3E | 3A |
| Octal | 123 | 327 | 260 | 75 | 0 | 22 | 20 | 242 | 76 | 72 |
| Binary | 1010011 | 11010111 | 10110000 | 111101 | 0 | 10010 | 10000 | 10100010 | 111110 | 111010 |
Color Harmonies of #53D7B0
Complementary color
Monochromatic Colors of #53D7B0
Black with #53D7B0
Text Example
Text Example
White with #53D7B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53D7B0; }
p { color: rgb(83,215,176); }
H1.HeaderClassName
{
color: #53D7B0;
}
.AnyTagClassName
{
color: #53D7B0;
}
</style>
background-color css
<style>
a { background-color: #53D7B0; }
a { background-color: rgb(83,215,176); }
div.DivClassName
{
background-color: #53D7B0;
}
.BgClassName
{
background-color: #53D7B0;
}
</style>
border-color css
<style>
span { border-color: #53D7B0; }
span { border-color: rgb(83,215,176); }
td.TdClassName
{
border-color: #53D7B0;
}
.TagClassName
{
border-color: #53D7B0;
}
</style>