Shades of Medium Aquamarine #54FFA0
Tints of Medium Aquamarine #54FFA0
RGB
CMYK
RGB Variations
Color information
#54FFA0 (or 0x54FFA0) is known color: Medium Aquamarine. HEX triplet: 54, FF and A0. RGB value is (84,255,160). Sum of RGB (Red+Green+Blue) = 84+255+160=499 (66% of max value = 765). Red value is 84 (33.20% from 255 or 16.83% from 499); Green value is 255 (100% from 255 or 51.10% from 499); Blue value is 160 (62.89% from 255 or 32.06% from 499); Max value from RGB is 255 - color contains mainly: green. Hex color #54FFA0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #54FFA0 is #AB005F. Grayscale: #C1C1C1. Windows color (decimal): -11206752 or 10551124. OLE color: 10551124.
HSL color Cylindrical-coordinate representation of color #54FFA0: hue angle of 146.67º 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 #54FFA0 is Cyan = 0.67, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.
Color convert
| RGB | 84 | 255 | 160 | - |
| CMYK | 0.67 | 0 | 0.37 | 0 |
| HSL | 146.67º | 1% | 0.66% | - |
| HSV(B) | 146.67º | 0.67% | 1% | - |
| XYZ | 45.76 | 75.94 | 45.5 | - |
| YUV | 193.04 | 109.35 | 50.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 255 | 160 | 0.67 | 0 | 0.37 | 0 | 146.67 | 1 | 0.66 |
| Hex | 54 | FF | A0 | 43 | 0 | 25 | 0 | 93 | 64 | 42 |
| Octal | 124 | 377 | 240 | 103 | 0 | 45 | 0 | 223 | 144 | 102 |
| Binary | 1010100 | 11111111 | 10100000 | 1000011 | 0 | 100101 | 0 | 10010011 | 1100100 | 1000010 |
Color Harmonies of #54FFA0
Complementary color
Monochromatic Colors of #54FFA0
Black with #54FFA0
Text Example
Text Example
White with #54FFA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54FFA0; }
p { color: rgb(84,255,160); }
H1.HeaderClassName
{
color: #54FFA0;
}
.AnyTagClassName
{
color: #54FFA0;
}
</style>
background-color css
<style>
a { background-color: #54FFA0; }
a { background-color: rgb(84,255,160); }
div.DivClassName
{
background-color: #54FFA0;
}
.BgClassName
{
background-color: #54FFA0;
}
</style>
border-color css
<style>
span { border-color: #54FFA0; }
span { border-color: rgb(84,255,160); }
td.TdClassName
{
border-color: #54FFA0;
}
.TagClassName
{
border-color: #54FFA0;
}
</style>