Shades of Medium Aquamarine #53D897
Tints of Medium Aquamarine #53D897
RGB
CMYK
RGB Variations
Color information
#53D897 (or 0x53D897) is known color: Medium Aquamarine. HEX triplet: 53, D8 and 97. RGB value is (83,216,151). Sum of RGB (Red+Green+Blue) = 83+216+151=450 (59% of max value = 765). Red value is 83 (32.81% from 255 or 18.44% from 450); Green value is 216 (84.77% from 255 or 48% from 450); Blue value is 151 (59.38% from 255 or 33.56% from 450); Max value from RGB is 216 - color contains mainly: green. Hex color #53D897 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53D897 is #AC2768. Grayscale: #A8A8A8. Windows color (decimal): -11282281 or 9951315. OLE color: 9951315.
HSL color Cylindrical-coordinate representation of color #53D897: hue angle of 150.68º degrees, saturation: 0.63, 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 #53D897 is Cyan = 0.62, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 83 | 216 | 151 | - |
| CMYK | 0.62 | 0 | 0.30 | 0.15 |
| HSL | 150.68º | 0.63% | 0.59% | - |
| HSV(B) | 150.68º | 0.62% | 0.85% | - |
| XYZ | 33.71 | 53.19 | 37.77 | - |
| YUV | 168.82 | 117.94 | 66.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 216 | 151 | 0.62 | 0 | 0.30 | 0.15 | 150.68 | 0.63 | 0.59 |
| Hex | 53 | D8 | 97 | 3E | 0 | 1E | F | 97 | 3F | 3B |
| Octal | 123 | 330 | 227 | 76 | 0 | 36 | 17 | 227 | 77 | 73 |
| Binary | 1010011 | 11011000 | 10010111 | 111110 | 0 | 11110 | 1111 | 10010111 | 111111 | 111011 |
Color Harmonies of #53D897
Complementary color
Monochromatic Colors of #53D897
Black with #53D897
Text Example
Text Example
White with #53D897
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53D897; }
p { color: rgb(83,216,151); }
H1.HeaderClassName
{
color: #53D897;
}
.AnyTagClassName
{
color: #53D897;
}
</style>
background-color css
<style>
a { background-color: #53D897; }
a { background-color: rgb(83,216,151); }
div.DivClassName
{
background-color: #53D897;
}
.BgClassName
{
background-color: #53D897;
}
</style>
border-color css
<style>
span { border-color: #53D897; }
span { border-color: rgb(83,216,151); }
td.TdClassName
{
border-color: #53D897;
}
.TagClassName
{
border-color: #53D897;
}
</style>