Shades of Medium Aquamarine #53D995
Tints of Medium Aquamarine #53D995
RGB
CMYK
RGB Variations
Color information
#53D995 (or 0x53D995) is known color: Medium Aquamarine. HEX triplet: 53, D9 and 95. RGB value is (83,217,149). Sum of RGB (Red+Green+Blue) = 83+217+149=449 (59% of max value = 765). Red value is 83 (32.81% from 255 or 18.49% from 449); Green value is 217 (85.16% from 255 or 48.33% from 449); Blue value is 149 (58.59% from 255 or 33.18% from 449); Max value from RGB is 217 - color contains mainly: green. Hex color #53D995 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53D995 is #AC266A. Grayscale: #A9A9A9. Windows color (decimal): -11282027 or 9820499. OLE color: 9820499.
HSL color Cylindrical-coordinate representation of color #53D995: hue angle of 149.55º 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 #53D995 is Cyan = 0.62, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 83 | 217 | 149 | - |
| CMYK | 0.62 | 0 | 0.31 | 0.15 |
| HSL | 149.55º | 0.64% | 0.59% | - |
| HSV(B) | 149.55º | 0.62% | 0.85% | - |
| XYZ | 33.8 | 53.63 | 37 | - |
| YUV | 169.18 | 116.61 | 66.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 217 | 149 | 0.62 | 0 | 0.31 | 0.15 | 149.55 | 0.64 | 0.59 |
| Hex | 53 | D9 | 95 | 3E | 0 | 1F | F | 96 | 40 | 3B |
| Octal | 123 | 331 | 225 | 76 | 0 | 37 | 17 | 226 | 100 | 73 |
| Binary | 1010011 | 11011001 | 10010101 | 111110 | 0 | 11111 | 1111 | 10010110 | 1000000 | 111011 |
Color Harmonies of #53D995
Complementary color
Monochromatic Colors of #53D995
Black with #53D995
Text Example
Text Example
White with #53D995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53D995; }
p { color: rgb(83,217,149); }
H1.HeaderClassName
{
color: #53D995;
}
.AnyTagClassName
{
color: #53D995;
}
</style>
background-color css
<style>
a { background-color: #53D995; }
a { background-color: rgb(83,217,149); }
div.DivClassName
{
background-color: #53D995;
}
.BgClassName
{
background-color: #53D995;
}
</style>
border-color css
<style>
span { border-color: #53D995; }
span { border-color: rgb(83,217,149); }
td.TdClassName
{
border-color: #53D995;
}
.TagClassName
{
border-color: #53D995;
}
</style>