Shades of Medium Aquamarine #54F0A1
Tints of Medium Aquamarine #54F0A1
RGB
CMYK
RGB Variations
Color information
#54F0A1 (or 0x54F0A1) is known color: Medium Aquamarine. HEX triplet: 54, F0 and A1. RGB value is (84,240,161). Sum of RGB (Red+Green+Blue) = 84+240+161=485 (64% of max value = 765). Red value is 84 (33.20% from 255 or 17.32% from 485); Green value is 240 (94.14% from 255 or 49.48% from 485); Blue value is 161 (63.28% from 255 or 33.20% from 485); Max value from RGB is 240 - color contains mainly: green. Hex color #54F0A1 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #54F0A1 is #AB0F5E. Grayscale: #B8B8B8. Windows color (decimal): -11210591 or 10612820. OLE color: 10612820.
HSL color Cylindrical-coordinate representation of color #54F0A1: hue angle of 149.62º 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 #54F0A1 is Cyan = 0.65, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 84 | 240 | 161 | - |
| CMYK | 0.65 | 0 | 0.33 | 0.06 |
| HSL | 149.62º | 0.84% | 0.64% | - |
| HSV(B) | 149.62º | 0.65% | 0.94% | - |
| XYZ | 41.25 | 66.78 | 44.43 | - |
| YUV | 184.35 | 114.82 | 56.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 240 | 161 | 0.65 | 0 | 0.33 | 0.06 | 149.62 | 0.84 | 0.64 |
| Hex | 54 | F0 | A1 | 41 | 0 | 21 | 6 | 96 | 54 | 40 |
| Octal | 124 | 360 | 241 | 101 | 0 | 41 | 6 | 226 | 124 | 100 |
| Binary | 1010100 | 11110000 | 10100001 | 1000001 | 0 | 100001 | 110 | 10010110 | 1010100 | 1000000 |
Color Harmonies of #54F0A1
Complementary color
Monochromatic Colors of #54F0A1
Black with #54F0A1
Text Example
Text Example
White with #54F0A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54F0A1; }
p { color: rgb(84,240,161); }
H1.HeaderClassName
{
color: #54F0A1;
}
.AnyTagClassName
{
color: #54F0A1;
}
</style>
background-color css
<style>
a { background-color: #54F0A1; }
a { background-color: rgb(84,240,161); }
div.DivClassName
{
background-color: #54F0A1;
}
.BgClassName
{
background-color: #54F0A1;
}
</style>
border-color css
<style>
span { border-color: #54F0A1; }
span { border-color: rgb(84,240,161); }
td.TdClassName
{
border-color: #54F0A1;
}
.TagClassName
{
border-color: #54F0A1;
}
</style>