Shades of Medium Aquamarine #53F89D
Tints of Medium Aquamarine #53F89D
RGB
CMYK
RGB Variations
Color information
#53F89D (or 0x53F89D) is known color: Medium Aquamarine. HEX triplet: 53, F8 and 9D. RGB value is (83,248,157). Sum of RGB (Red+Green+Blue) = 83+248+157=488 (64% of max value = 765). Red value is 83 (32.81% from 255 or 17.01% from 488); Green value is 248 (97.27% from 255 or 50.82% from 488); Blue value is 157 (61.72% from 255 or 32.17% from 488); Max value from RGB is 248 - color contains mainly: green. Hex color #53F89D is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #53F89D is #AC0762. Grayscale: #BCBCBC. Windows color (decimal): -11274083 or 10352723. OLE color: 10352723.
HSL color Cylindrical-coordinate representation of color #53F89D: hue angle of 146.91º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #53F89D is Cyan = 0.67, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 83 | 248 | 157 | - |
| CMYK | 0.67 | 0 | 0.37 | 0.03 |
| HSL | 146.91º | 0.92% | 0.65% | - |
| HSV(B) | 146.91º | 0.67% | 0.97% | - |
| XYZ | 43.22 | 71.41 | 43.4 | - |
| YUV | 188.29 | 110.34 | 52.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 248 | 157 | 0.67 | 0 | 0.37 | 0.03 | 146.91 | 0.92 | 0.65 |
| Hex | 53 | F8 | 9D | 43 | 0 | 25 | 3 | 93 | 5C | 41 |
| Octal | 123 | 370 | 235 | 103 | 0 | 45 | 3 | 223 | 134 | 101 |
| Binary | 1010011 | 11111000 | 10011101 | 1000011 | 0 | 100101 | 11 | 10010011 | 1011100 | 1000001 |
Color Harmonies of #53F89D
Complementary color
Monochromatic Colors of #53F89D
Black with #53F89D
Text Example
Text Example
White with #53F89D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53F89D; }
p { color: rgb(83,248,157); }
H1.HeaderClassName
{
color: #53F89D;
}
.AnyTagClassName
{
color: #53F89D;
}
</style>
background-color css
<style>
a { background-color: #53F89D; }
a { background-color: rgb(83,248,157); }
div.DivClassName
{
background-color: #53F89D;
}
.BgClassName
{
background-color: #53F89D;
}
</style>
border-color css
<style>
span { border-color: #53F89D; }
span { border-color: rgb(83,248,157); }
td.TdClassName
{
border-color: #53F89D;
}
.TagClassName
{
border-color: #53F89D;
}
</style>