Shades of Medium Aquamarine #53D69D
Tints of Medium Aquamarine #53D69D
RGB
CMYK
RGB Variations
Color information
#53D69D (or 0x53D69D) is known color: Medium Aquamarine. HEX triplet: 53, D6 and 9D. RGB value is (83,214,157). Sum of RGB (Red+Green+Blue) = 83+214+157=454 (60% of max value = 765). Red value is 83 (32.81% from 255 or 18.28% from 454); Green value is 214 (83.98% from 255 or 47.14% from 454); Blue value is 157 (61.72% from 255 or 34.58% from 454); Max value from RGB is 214 - color contains mainly: green. Hex color #53D69D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53D69D is #AC2962. Grayscale: #A8A8A8. Windows color (decimal): -11282787 or 10344019. OLE color: 10344019.
HSL color Cylindrical-coordinate representation of color #53D69D: hue angle of 153.89º 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 #53D69D is Cyan = 0.61, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 83 | 214 | 157 | - |
| CMYK | 0.61 | 0 | 0.27 | 0.16 |
| HSL | 153.89º | 0.62% | 0.58% | - |
| HSV(B) | 153.89º | 0.61% | 0.84% | - |
| XYZ | 33.7 | 52.37 | 40.23 | - |
| YUV | 168.33 | 121.6 | 67.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 214 | 157 | 0.61 | 0 | 0.27 | 0.16 | 153.89 | 0.62 | 0.58 |
| Hex | 53 | D6 | 9D | 3D | 0 | 1B | 10 | 9A | 3E | 3A |
| Octal | 123 | 326 | 235 | 75 | 0 | 33 | 20 | 232 | 76 | 72 |
| Binary | 1010011 | 11010110 | 10011101 | 111101 | 0 | 11011 | 10000 | 10011010 | 111110 | 111010 |
Color Harmonies of #53D69D
Complementary color
Monochromatic Colors of #53D69D
Black with #53D69D
Text Example
Text Example
White with #53D69D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53D69D; }
p { color: rgb(83,214,157); }
H1.HeaderClassName
{
color: #53D69D;
}
.AnyTagClassName
{
color: #53D69D;
}
</style>
background-color css
<style>
a { background-color: #53D69D; }
a { background-color: rgb(83,214,157); }
div.DivClassName
{
background-color: #53D69D;
}
.BgClassName
{
background-color: #53D69D;
}
</style>
border-color css
<style>
span { border-color: #53D69D; }
span { border-color: rgb(83,214,157); }
td.TdClassName
{
border-color: #53D69D;
}
.TagClassName
{
border-color: #53D69D;
}
</style>