Shades of Medium Aquamarine #54E1AB
Tints of Medium Aquamarine #54E1AB
RGB
CMYK
RGB Variations
Color information
#54E1AB (or 0x54E1AB) is known color: Medium Aquamarine. HEX triplet: 54, E1 and AB. RGB value is (84,225,171). Sum of RGB (Red+Green+Blue) = 84+225+171=480 (63% of max value = 765). Red value is 84 (33.20% from 255 or 17.5% from 480); Green value is 225 (88.28% from 255 or 46.88% from 480); Blue value is 171 (67.19% from 255 or 35.62% from 480); Max value from RGB is 225 - color contains mainly: green. Hex color #54E1AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #54E1AB is #AB1E54. Grayscale: #B0B0B0. Windows color (decimal): -11214421 or 11264340. OLE color: 11264340.
HSL color Cylindrical-coordinate representation of color #54E1AB: hue angle of 157.02º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #54E1AB is Cyan = 0.63, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 84 | 225 | 171 | - |
| CMYK | 0.63 | 0 | 0.24 | 0.12 |
| HSL | 157.02º | 0.7% | 0.61% | - |
| HSV(B) | 157.02º | 0.63% | 0.88% | - |
| XYZ | 37.93 | 58.68 | 47.85 | - |
| YUV | 176.69 | 124.79 | 61.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 225 | 171 | 0.63 | 0 | 0.24 | 0.12 | 157.02 | 0.7 | 0.61 |
| Hex | 54 | E1 | AB | 3F | 0 | 18 | C | 9D | 46 | 3D |
| Octal | 124 | 341 | 253 | 77 | 0 | 30 | 14 | 235 | 106 | 75 |
| Binary | 1010100 | 11100001 | 10101011 | 111111 | 0 | 11000 | 1100 | 10011101 | 1000110 | 111101 |
Color Harmonies of #54E1AB
Complementary color
Monochromatic Colors of #54E1AB
Black with #54E1AB
Text Example
Text Example
White with #54E1AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54E1AB; }
p { color: rgb(84,225,171); }
H1.HeaderClassName
{
color: #54E1AB;
}
.AnyTagClassName
{
color: #54E1AB;
}
</style>
background-color css
<style>
a { background-color: #54E1AB; }
a { background-color: rgb(84,225,171); }
div.DivClassName
{
background-color: #54E1AB;
}
.BgClassName
{
background-color: #54E1AB;
}
</style>
border-color css
<style>
span { border-color: #54E1AB; }
span { border-color: rgb(84,225,171); }
td.TdClassName
{
border-color: #54E1AB;
}
.TagClassName
{
border-color: #54E1AB;
}
</style>