Shades of Medium Aquamarine #53D29F
Tints of Medium Aquamarine #53D29F
RGB
CMYK
RGB Variations
Color information
#53D29F (or 0x53D29F) is known color: Medium Aquamarine. HEX triplet: 53, D2 and 9F. RGB value is (83,210,159). Sum of RGB (Red+Green+Blue) = 83+210+159=452 (59% of max value = 765). Red value is 83 (32.81% from 255 or 18.36% from 452); Green value is 210 (82.42% from 255 or 46.46% from 452); Blue value is 159 (62.5% from 255 or 35.18% from 452); Max value from RGB is 210 - color contains mainly: green. Hex color #53D29F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53D29F is #AC2D60. Grayscale: #A6A6A6. Windows color (decimal): -11283809 or 10474067. OLE color: 10474067.
HSL color Cylindrical-coordinate representation of color #53D29F: hue angle of 155.91º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #53D29F is Cyan = 0.60, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 83 | 210 | 159 | - |
| CMYK | 0.60 | 0 | 0.24 | 0.18 |
| HSL | 155.91º | 0.59% | 0.57% | - |
| HSV(B) | 155.91º | 0.6% | 0.82% | - |
| XYZ | 32.87 | 50.44 | 40.8 | - |
| YUV | 166.21 | 123.92 | 68.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 210 | 159 | 0.60 | 0 | 0.24 | 0.18 | 155.91 | 0.59 | 0.57 |
| Hex | 53 | D2 | 9F | 3C | 0 | 18 | 12 | 9C | 3B | 39 |
| Octal | 123 | 322 | 237 | 74 | 0 | 30 | 22 | 234 | 73 | 71 |
| Binary | 1010011 | 11010010 | 10011111 | 111100 | 0 | 11000 | 10010 | 10011100 | 111011 | 111001 |
Color Harmonies of #53D29F
Complementary color
Monochromatic Colors of #53D29F
Black with #53D29F
Text Example
Text Example
White with #53D29F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53D29F; }
p { color: rgb(83,210,159); }
H1.HeaderClassName
{
color: #53D29F;
}
.AnyTagClassName
{
color: #53D29F;
}
</style>
background-color css
<style>
a { background-color: #53D29F; }
a { background-color: rgb(83,210,159); }
div.DivClassName
{
background-color: #53D29F;
}
.BgClassName
{
background-color: #53D29F;
}
</style>
border-color css
<style>
span { border-color: #53D29F; }
span { border-color: rgb(83,210,159); }
td.TdClassName
{
border-color: #53D29F;
}
.TagClassName
{
border-color: #53D29F;
}
</style>