Shades of Medium Aquamarine #54F0A0
Tints of Medium Aquamarine #54F0A0
RGB
CMYK
RGB Variations
Color information
#54F0A0 (or 0x54F0A0) is known color: Medium Aquamarine. HEX triplet: 54, F0 and A0. RGB value is (84,240,160). Sum of RGB (Red+Green+Blue) = 84+240+160=484 (64% of max value = 765). Red value is 84 (33.20% from 255 or 17.36% from 484); Green value is 240 (94.14% from 255 or 49.59% from 484); Blue value is 160 (62.89% from 255 or 33.06% from 484); Max value from RGB is 240 - color contains mainly: green. Hex color #54F0A0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #54F0A0 is #AB0F5F. Grayscale: #B8B8B8. Windows color (decimal): -11210592 or 10547284. OLE color: 10547284.
HSL color Cylindrical-coordinate representation of color #54F0A0: hue angle of 149.23º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #54F0A0 is Cyan = 0.65, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 84 | 240 | 160 | - |
| CMYK | 0.65 | 0 | 0.33 | 0.06 |
| HSL | 149.23º | 0.84% | 0.64% | - |
| HSV(B) | 149.23º | 0.65% | 0.94% | - |
| XYZ | 41.16 | 66.74 | 43.97 | - |
| YUV | 184.24 | 114.32 | 56.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 240 | 160 | 0.65 | 0 | 0.33 | 0.06 | 149.23 | 0.84 | 0.64 |
| Hex | 54 | F0 | A0 | 41 | 0 | 21 | 6 | 95 | 54 | 40 |
| Octal | 124 | 360 | 240 | 101 | 0 | 41 | 6 | 225 | 124 | 100 |
| Binary | 1010100 | 11110000 | 10100000 | 1000001 | 0 | 100001 | 110 | 10010101 | 1010100 | 1000000 |
Color Harmonies of #54F0A0
Complementary color
Monochromatic Colors of #54F0A0
Black with #54F0A0
Text Example
Text Example
White with #54F0A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54F0A0; }
p { color: rgb(84,240,160); }
H1.HeaderClassName
{
color: #54F0A0;
}
.AnyTagClassName
{
color: #54F0A0;
}
</style>
background-color css
<style>
a { background-color: #54F0A0; }
a { background-color: rgb(84,240,160); }
div.DivClassName
{
background-color: #54F0A0;
}
.BgClassName
{
background-color: #54F0A0;
}
</style>
border-color css
<style>
span { border-color: #54F0A0; }
span { border-color: rgb(84,240,160); }
td.TdClassName
{
border-color: #54F0A0;
}
.TagClassName
{
border-color: #54F0A0;
}
</style>