Shades of Medium Aquamarine #53D797
Tints of Medium Aquamarine #53D797
RGB
CMYK
RGB Variations
Color information
#53D797 (or 0x53D797) is known color: Medium Aquamarine. HEX triplet: 53, D7 and 97. RGB value is (83,215,151). Sum of RGB (Red+Green+Blue) = 83+215+151=449 (59% of max value = 765). Red value is 83 (32.81% from 255 or 18.49% from 449); Green value is 215 (84.38% from 255 or 47.88% from 449); Blue value is 151 (59.38% from 255 or 33.63% from 449); Max value from RGB is 215 - color contains mainly: green. Hex color #53D797 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53D797 is #AC2868. Grayscale: #A8A8A8. Windows color (decimal): -11282537 or 9951059. OLE color: 9951059.
HSL color Cylindrical-coordinate representation of color #53D797: hue angle of 150.91º 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 #53D797 is Cyan = 0.61, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 83 | 215 | 151 | - |
| CMYK | 0.61 | 0 | 0.30 | 0.16 |
| HSL | 150.91º | 0.62% | 0.58% | - |
| HSV(B) | 150.91º | 0.61% | 0.84% | - |
| XYZ | 33.45 | 52.67 | 37.68 | - |
| YUV | 168.24 | 118.27 | 67.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 215 | 151 | 0.61 | 0 | 0.30 | 0.16 | 150.91 | 0.62 | 0.58 |
| Hex | 53 | D7 | 97 | 3D | 0 | 1E | 10 | 97 | 3E | 3A |
| Octal | 123 | 327 | 227 | 75 | 0 | 36 | 20 | 227 | 76 | 72 |
| Binary | 1010011 | 11010111 | 10010111 | 111101 | 0 | 11110 | 10000 | 10010111 | 111110 | 111010 |
Color Harmonies of #53D797
Complementary color
Monochromatic Colors of #53D797
Black with #53D797
Text Example
Text Example
White with #53D797
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53D797; }
p { color: rgb(83,215,151); }
H1.HeaderClassName
{
color: #53D797;
}
.AnyTagClassName
{
color: #53D797;
}
</style>
background-color css
<style>
a { background-color: #53D797; }
a { background-color: rgb(83,215,151); }
div.DivClassName
{
background-color: #53D797;
}
.BgClassName
{
background-color: #53D797;
}
</style>
border-color css
<style>
span { border-color: #53D797; }
span { border-color: rgb(83,215,151); }
td.TdClassName
{
border-color: #53D797;
}
.TagClassName
{
border-color: #53D797;
}
</style>