Shades of Medium Aquamarine #53FFAB
Tints of Medium Aquamarine #53FFAB
RGB
CMYK
RGB Variations
Color information
#53FFAB (or 0x53FFAB) is known color: Medium Aquamarine. HEX triplet: 53, FF and AB. RGB value is (83,255,171). Sum of RGB (Red+Green+Blue) = 83+255+171=509 (67% of max value = 765). Red value is 83 (32.81% from 255 or 16.31% from 509); Green value is 255 (100% from 255 or 50.10% from 509); Blue value is 171 (67.19% from 255 or 33.60% from 509); Max value from RGB is 255 - color contains mainly: green. Hex color #53FFAB is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #53FFAB is #AC0054. Grayscale: #C2C2C2. Windows color (decimal): -11272277 or 11272019. OLE color: 11272019.
HSL color Cylindrical-coordinate representation of color #53FFAB: hue angle of 150.7º 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 #53FFAB is Cyan = 0.67, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 83 | 255 | 171 | - |
| CMYK | 0.67 | 0 | 0.33 | 0 |
| HSL | 150.7º | 1% | 0.66% | - |
| HSV(B) | 150.7º | 0.67% | 1% | - |
| XYZ | 46.68 | 76.3 | 50.8 | - |
| YUV | 194 | 115.02 | 48.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 255 | 171 | 0.67 | 0 | 0.33 | 0 | 150.7 | 1 | 0.66 |
| Hex | 53 | FF | AB | 43 | 0 | 21 | 0 | 97 | 64 | 42 |
| Octal | 123 | 377 | 253 | 103 | 0 | 41 | 0 | 227 | 144 | 102 |
| Binary | 1010011 | 11111111 | 10101011 | 1000011 | 0 | 100001 | 0 | 10010111 | 1100100 | 1000010 |
Color Harmonies of #53FFAB
Complementary color
Monochromatic Colors of #53FFAB
Black with #53FFAB
Text Example
Text Example
White with #53FFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53FFAB; }
p { color: rgb(83,255,171); }
H1.HeaderClassName
{
color: #53FFAB;
}
.AnyTagClassName
{
color: #53FFAB;
}
</style>
background-color css
<style>
a { background-color: #53FFAB; }
a { background-color: rgb(83,255,171); }
div.DivClassName
{
background-color: #53FFAB;
}
.BgClassName
{
background-color: #53FFAB;
}
</style>
border-color css
<style>
span { border-color: #53FFAB; }
span { border-color: rgb(83,255,171); }
td.TdClassName
{
border-color: #53FFAB;
}
.TagClassName
{
border-color: #53FFAB;
}
</style>