Shades of Medium Aquamarine #53F4A7
Tints of Medium Aquamarine #53F4A7
RGB
CMYK
RGB Variations
Color information
#53F4A7 (or 0x53F4A7) is known color: Medium Aquamarine. HEX triplet: 53, F4 and A7. RGB value is (83,244,167). Sum of RGB (Red+Green+Blue) = 83+244+167=494 (65% of max value = 765). Red value is 83 (32.81% from 255 or 16.80% from 494); Green value is 244 (95.70% from 255 or 49.39% from 494); Blue value is 167 (65.62% from 255 or 33.81% from 494); Max value from RGB is 244 - color contains mainly: green. Hex color #53F4A7 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #53F4A7 is #AC0B58. Grayscale: #BBBBBB. Windows color (decimal): -11275097 or 11007059. OLE color: 11007059.
HSL color Cylindrical-coordinate representation of color #53F4A7: hue angle of 151.3º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #53F4A7 is Cyan = 0.66, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 83 | 244 | 167 | - |
| CMYK | 0.66 | 0 | 0.32 | 0.04 |
| HSL | 151.3º | 0.88% | 0.64% | - |
| HSV(B) | 151.3º | 0.66% | 0.96% | - |
| XYZ | 42.89 | 69.33 | 47.68 | - |
| YUV | 187.08 | 116.66 | 53.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 244 | 167 | 0.66 | 0 | 0.32 | 0.04 | 151.3 | 0.88 | 0.64 |
| Hex | 53 | F4 | A7 | 42 | 0 | 20 | 4 | 97 | 58 | 40 |
| Octal | 123 | 364 | 247 | 102 | 0 | 40 | 4 | 227 | 130 | 100 |
| Binary | 1010011 | 11110100 | 10100111 | 1000010 | 0 | 100000 | 100 | 10010111 | 1011000 | 1000000 |
Color Harmonies of #53F4A7
Complementary color
Monochromatic Colors of #53F4A7
Black with #53F4A7
Text Example
Text Example
White with #53F4A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53F4A7; }
p { color: rgb(83,244,167); }
H1.HeaderClassName
{
color: #53F4A7;
}
.AnyTagClassName
{
color: #53F4A7;
}
</style>
background-color css
<style>
a { background-color: #53F4A7; }
a { background-color: rgb(83,244,167); }
div.DivClassName
{
background-color: #53F4A7;
}
.BgClassName
{
background-color: #53F4A7;
}
</style>
border-color css
<style>
span { border-color: #53F4A7; }
span { border-color: rgb(83,244,167); }
td.TdClassName
{
border-color: #53F4A7;
}
.TagClassName
{
border-color: #53F4A7;
}
</style>