Shades of Medium Aquamarine #53FAAB
Tints of Medium Aquamarine #53FAAB
RGB
CMYK
RGB Variations
Color information
#53FAAB (or 0x53FAAB) is known color: Medium Aquamarine. HEX triplet: 53, FA and AB. RGB value is (83,250,171). Sum of RGB (Red+Green+Blue) = 83+250+171=504 (66% of max value = 765). Red value is 83 (32.81% from 255 or 16.47% from 504); Green value is 250 (98.05% from 255 or 49.60% from 504); Blue value is 171 (67.19% from 255 or 33.93% from 504); Max value from RGB is 250 - color contains mainly: green. Hex color #53FAAB is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #53FAAB is #AC0554. Grayscale: #BFBFBF. Windows color (decimal): -11273557 or 11270739. OLE color: 11270739.
HSL color Cylindrical-coordinate representation of color #53FAAB: hue angle of 151.62º degrees, saturation: 0.94, 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 #53FAAB is Cyan = 0.67, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 83 | 250 | 171 | - |
| CMYK | 0.67 | 0 | 0.32 | 0.02 |
| HSL | 151.62º | 0.94% | 0.65% | - |
| HSV(B) | 151.62º | 0.67% | 0.98% | - |
| XYZ | 45.1 | 73.15 | 50.27 | - |
| YUV | 191.06 | 116.67 | 50.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 250 | 171 | 0.67 | 0 | 0.32 | 0.02 | 151.62 | 0.94 | 0.65 |
| Hex | 53 | FA | AB | 43 | 0 | 20 | 2 | 98 | 5E | 41 |
| Octal | 123 | 372 | 253 | 103 | 0 | 40 | 2 | 230 | 136 | 101 |
| Binary | 1010011 | 11111010 | 10101011 | 1000011 | 0 | 100000 | 10 | 10011000 | 1011110 | 1000001 |
Color Harmonies of #53FAAB
Complementary color
Monochromatic Colors of #53FAAB
Black with #53FAAB
Text Example
Text Example
White with #53FAAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53FAAB; }
p { color: rgb(83,250,171); }
H1.HeaderClassName
{
color: #53FAAB;
}
.AnyTagClassName
{
color: #53FAAB;
}
</style>
background-color css
<style>
a { background-color: #53FAAB; }
a { background-color: rgb(83,250,171); }
div.DivClassName
{
background-color: #53FAAB;
}
.BgClassName
{
background-color: #53FAAB;
}
</style>
border-color css
<style>
span { border-color: #53FAAB; }
span { border-color: rgb(83,250,171); }
td.TdClassName
{
border-color: #53FAAB;
}
.TagClassName
{
border-color: #53FAAB;
}
</style>