Shades of Medium Aquamarine #53F3A2
Tints of Medium Aquamarine #53F3A2
RGB
CMYK
RGB Variations
Color information
#53F3A2 (or 0x53F3A2) is known color: Medium Aquamarine. HEX triplet: 53, F3 and A2. RGB value is (83,243,162). Sum of RGB (Red+Green+Blue) = 83+243+162=488 (64% of max value = 765). Red value is 83 (32.81% from 255 or 17.01% from 488); Green value is 243 (95.31% from 255 or 49.80% from 488); Blue value is 162 (63.67% from 255 or 33.20% from 488); Max value from RGB is 243 - color contains mainly: green. Hex color #53F3A2 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #53F3A2 is #AC0C5D. Grayscale: #BABABA. Windows color (decimal): -11275358 or 10679123. OLE color: 10679123.
HSL color Cylindrical-coordinate representation of color #53F3A2: hue angle of 149.62º 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 #53F3A2 is Cyan = 0.66, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 83 | 243 | 162 | - |
| CMYK | 0.66 | 0 | 0.33 | 0.05 |
| HSL | 149.63º | 0.87% | 0.64% | - |
| HSV(B) | 149.63º | 0.66% | 0.95% | - |
| XYZ | 42.14 | 68.55 | 45.19 | - |
| YUV | 185.93 | 114.49 | 54.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 243 | 162 | 0.66 | 0 | 0.33 | 0.05 | 149.63 | 0.87 | 0.64 |
| Hex | 53 | F3 | A2 | 42 | 0 | 21 | 5 | 96 | 57 | 40 |
| Octal | 123 | 363 | 242 | 102 | 0 | 41 | 5 | 226 | 127 | 100 |
| Binary | 1010011 | 11110011 | 10100010 | 1000010 | 0 | 100001 | 101 | 10010110 | 1010111 | 1000000 |
Color Harmonies of #53F3A2
Complementary color
Monochromatic Colors of #53F3A2
Black with #53F3A2
Text Example
Text Example
White with #53F3A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53F3A2; }
p { color: rgb(83,243,162); }
H1.HeaderClassName
{
color: #53F3A2;
}
.AnyTagClassName
{
color: #53F3A2;
}
</style>
background-color css
<style>
a { background-color: #53F3A2; }
a { background-color: rgb(83,243,162); }
div.DivClassName
{
background-color: #53F3A2;
}
.BgClassName
{
background-color: #53F3A2;
}
</style>
border-color css
<style>
span { border-color: #53F3A2; }
span { border-color: rgb(83,243,162); }
td.TdClassName
{
border-color: #53F3A2;
}
.TagClassName
{
border-color: #53F3A2;
}
</style>