Shades of Medium Aquamarine #53FBA3
Tints of Medium Aquamarine #53FBA3
RGB
CMYK
RGB Variations
Color information
#53FBA3 (or 0x53FBA3) is known color: Medium Aquamarine. HEX triplet: 53, FB and A3. RGB value is (83,251,163). Sum of RGB (Red+Green+Blue) = 83+251+163=497 (65% of max value = 765). Red value is 83 (32.81% from 255 or 16.70% from 497); Green value is 251 (98.44% from 255 or 50.50% from 497); Blue value is 163 (64.06% from 255 or 32.80% from 497); Max value from RGB is 251 - color contains mainly: green. Hex color #53FBA3 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #53FBA3 is #AC045C. Grayscale: #BEBEBE. Windows color (decimal): -11273309 or 10746707. OLE color: 10746707.
HSL color Cylindrical-coordinate representation of color #53FBA3: hue angle of 148.57º degrees, saturation: 0.95, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #53FBA3 is Cyan = 0.67, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 83 | 251 | 163 | - |
| CMYK | 0.67 | 0 | 0.35 | 0.02 |
| HSL | 148.57º | 0.95% | 0.65% | - |
| HSV(B) | 148.57º | 0.67% | 0.98% | - |
| XYZ | 44.68 | 73.48 | 46.48 | - |
| YUV | 190.74 | 112.34 | 51.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 251 | 163 | 0.67 | 0 | 0.35 | 0.02 | 148.57 | 0.95 | 0.65 |
| Hex | 53 | FB | A3 | 43 | 0 | 23 | 2 | 95 | 5F | 41 |
| Octal | 123 | 373 | 243 | 103 | 0 | 43 | 2 | 225 | 137 | 101 |
| Binary | 1010011 | 11111011 | 10100011 | 1000011 | 0 | 100011 | 10 | 10010101 | 1011111 | 1000001 |
Color Harmonies of #53FBA3
Complementary color
Monochromatic Colors of #53FBA3
Black with #53FBA3
Text Example
Text Example
White with #53FBA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53FBA3; }
p { color: rgb(83,251,163); }
H1.HeaderClassName
{
color: #53FBA3;
}
.AnyTagClassName
{
color: #53FBA3;
}
</style>
background-color css
<style>
a { background-color: #53FBA3; }
a { background-color: rgb(83,251,163); }
div.DivClassName
{
background-color: #53FBA3;
}
.BgClassName
{
background-color: #53FBA3;
}
</style>
border-color css
<style>
span { border-color: #53FBA3; }
span { border-color: rgb(83,251,163); }
td.TdClassName
{
border-color: #53FBA3;
}
.TagClassName
{
border-color: #53FBA3;
}
</style>