Shades of Medium Aquamarine #53FFA8
Tints of Medium Aquamarine #53FFA8
RGB
CMYK
RGB Variations
Color information
#53FFA8 (or 0x53FFA8) is known color: Medium Aquamarine. HEX triplet: 53, FF and A8. RGB value is (83,255,168). Sum of RGB (Red+Green+Blue) = 83+255+168=506 (67% of max value = 765). Red value is 83 (32.81% from 255 or 16.40% from 506); Green value is 255 (100% from 255 or 50.40% from 506); Blue value is 168 (66.02% from 255 or 33.20% from 506); Max value from RGB is 255 - color contains mainly: green. Hex color #53FFA8 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #53FFA8 is #AC0057. Grayscale: #C1C1C1. Windows color (decimal): -11272280 or 11075411. OLE color: 11075411.
HSL color Cylindrical-coordinate representation of color #53FFA8: hue angle of 149.65º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #53FFA8 is Cyan = 0.67, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.
Color convert
| RGB | 83 | 255 | 168 | - |
| CMYK | 0.67 | 0 | 0.34 | 0 |
| HSL | 149.65º | 1% | 0.66% | - |
| HSV(B) | 149.65º | 0.67% | 1% | - |
| XYZ | 46.4 | 76.19 | 49.31 | - |
| YUV | 193.65 | 113.52 | 49.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 255 | 168 | 0.67 | 0 | 0.34 | 0 | 149.65 | 1 | 0.66 |
| Hex | 53 | FF | A8 | 43 | 0 | 22 | 0 | 96 | 64 | 42 |
| Octal | 123 | 377 | 250 | 103 | 0 | 42 | 0 | 226 | 144 | 102 |
| Binary | 1010011 | 11111111 | 10101000 | 1000011 | 0 | 100010 | 0 | 10010110 | 1100100 | 1000010 |
Color Harmonies of #53FFA8
Complementary color
Monochromatic Colors of #53FFA8
Black with #53FFA8
Text Example
Text Example
White with #53FFA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53FFA8; }
p { color: rgb(83,255,168); }
H1.HeaderClassName
{
color: #53FFA8;
}
.AnyTagClassName
{
color: #53FFA8;
}
</style>
background-color css
<style>
a { background-color: #53FFA8; }
a { background-color: rgb(83,255,168); }
div.DivClassName
{
background-color: #53FFA8;
}
.BgClassName
{
background-color: #53FFA8;
}
</style>
border-color css
<style>
span { border-color: #53FFA8; }
span { border-color: rgb(83,255,168); }
td.TdClassName
{
border-color: #53FFA8;
}
.TagClassName
{
border-color: #53FFA8;
}
</style>