Shades of Medium Aquamarine #53F3A0
Tints of Medium Aquamarine #53F3A0
RGB
CMYK
RGB Variations
Color information
#53F3A0 (or 0x53F3A0) is known color: Medium Aquamarine. HEX triplet: 53, F3 and A0. RGB value is (83,243,160). Sum of RGB (Red+Green+Blue) = 83+243+160=486 (64% of max value = 765). Red value is 83 (32.81% from 255 or 17.08% from 486); Green value is 243 (95.31% from 255 or 50% from 486); Blue value is 160 (62.89% from 255 or 32.92% from 486); Max value from RGB is 243 - color contains mainly: green. Hex color #53F3A0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #53F3A0 is #AC0C5F. Grayscale: #B9B9B9. Windows color (decimal): -11275360 or 10548051. OLE color: 10548051.
HSL color Cylindrical-coordinate representation of color #53F3A0: hue angle of 148.88º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #53F3A0 is Cyan = 0.66, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 83 | 243 | 160 | - |
| CMYK | 0.66 | 0 | 0.34 | 0.05 |
| HSL | 148.88º | 0.87% | 0.64% | - |
| HSV(B) | 148.88º | 0.66% | 0.95% | - |
| XYZ | 41.96 | 68.48 | 44.26 | - |
| YUV | 185.7 | 113.49 | 54.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 243 | 160 | 0.66 | 0 | 0.34 | 0.05 | 148.88 | 0.87 | 0.64 |
| Hex | 53 | F3 | A0 | 42 | 0 | 22 | 5 | 95 | 57 | 40 |
| Octal | 123 | 363 | 240 | 102 | 0 | 42 | 5 | 225 | 127 | 100 |
| Binary | 1010011 | 11110011 | 10100000 | 1000010 | 0 | 100010 | 101 | 10010101 | 1010111 | 1000000 |
Color Harmonies of #53F3A0
Complementary color
Monochromatic Colors of #53F3A0
Black with #53F3A0
Text Example
Text Example
White with #53F3A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53F3A0; }
p { color: rgb(83,243,160); }
H1.HeaderClassName
{
color: #53F3A0;
}
.AnyTagClassName
{
color: #53F3A0;
}
</style>
background-color css
<style>
a { background-color: #53F3A0; }
a { background-color: rgb(83,243,160); }
div.DivClassName
{
background-color: #53F3A0;
}
.BgClassName
{
background-color: #53F3A0;
}
</style>
border-color css
<style>
span { border-color: #53F3A0; }
span { border-color: rgb(83,243,160); }
td.TdClassName
{
border-color: #53F3A0;
}
.TagClassName
{
border-color: #53F3A0;
}
</style>