Shades of Medium Aquamarine #54E5AB
Tints of Medium Aquamarine #54E5AB
RGB
CMYK
RGB Variations
Color information
#54E5AB (or 0x54E5AB) is known color: Medium Aquamarine. HEX triplet: 54, E5 and AB. RGB value is (84,229,171). Sum of RGB (Red+Green+Blue) = 84+229+171=484 (64% of max value = 765). Red value is 84 (33.20% from 255 or 17.36% from 484); Green value is 229 (89.84% from 255 or 47.31% from 484); Blue value is 171 (67.19% from 255 or 35.33% from 484); Max value from RGB is 229 - color contains mainly: green. Hex color #54E5AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #54E5AB is #AB1A54. Grayscale: #B3B3B3. Windows color (decimal): -11213397 or 11265364. OLE color: 11265364.
HSL color Cylindrical-coordinate representation of color #54E5AB: hue angle of 156º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #54E5AB is Cyan = 0.63, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 84 | 229 | 171 | - |
| CMYK | 0.63 | 0 | 0.25 | 0.10 |
| HSL | 156º | 0.74% | 0.61% | - |
| HSV(B) | 156º | 0.63% | 0.9% | - |
| XYZ | 39.03 | 60.86 | 48.22 | - |
| YUV | 179.03 | 123.46 | 60.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 229 | 171 | 0.63 | 0 | 0.25 | 0.10 | 156 | 0.74 | 0.61 |
| Hex | 54 | E5 | AB | 3F | 0 | 19 | A | 9C | 4A | 3D |
| Octal | 124 | 345 | 253 | 77 | 0 | 31 | 12 | 234 | 112 | 75 |
| Binary | 1010100 | 11100101 | 10101011 | 111111 | 0 | 11001 | 1010 | 10011100 | 1001010 | 111101 |
Color Harmonies of #54E5AB
Complementary color
Monochromatic Colors of #54E5AB
Black with #54E5AB
Text Example
Text Example
White with #54E5AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54E5AB; }
p { color: rgb(84,229,171); }
H1.HeaderClassName
{
color: #54E5AB;
}
.AnyTagClassName
{
color: #54E5AB;
}
</style>
background-color css
<style>
a { background-color: #54E5AB; }
a { background-color: rgb(84,229,171); }
div.DivClassName
{
background-color: #54E5AB;
}
.BgClassName
{
background-color: #54E5AB;
}
</style>
border-color css
<style>
span { border-color: #54E5AB; }
span { border-color: rgb(84,229,171); }
td.TdClassName
{
border-color: #54E5AB;
}
.TagClassName
{
border-color: #54E5AB;
}
</style>