Shades of Medium Aquamarine #54E5AC
Tints of Medium Aquamarine #54E5AC
RGB
CMYK
RGB Variations
Color information
#54E5AC (or 0x54E5AC) is known color: Medium Aquamarine. HEX triplet: 54, E5 and AC. RGB value is (84,229,172). Sum of RGB (Red+Green+Blue) = 84+229+172=485 (64% of max value = 765). Red value is 84 (33.20% from 255 or 17.32% from 485); Green value is 229 (89.84% from 255 or 47.22% from 485); Blue value is 172 (67.58% from 255 or 35.46% from 485); Max value from RGB is 229 - color contains mainly: green. Hex color #54E5AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #54E5AC is #AB1A53. Grayscale: #B3B3B3. Windows color (decimal): -11213396 or 11330900. OLE color: 11330900.
HSL color Cylindrical-coordinate representation of color #54E5AC: hue angle of 156.41º 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 #54E5AC is Cyan = 0.63, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 84 | 229 | 172 | - |
| CMYK | 0.63 | 0 | 0.25 | 0.10 |
| HSL | 156.41º | 0.74% | 0.61% | - |
| HSV(B) | 156.41º | 0.63% | 0.9% | - |
| XYZ | 39.12 | 60.9 | 48.72 | - |
| YUV | 179.15 | 123.96 | 60.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 229 | 172 | 0.63 | 0 | 0.25 | 0.10 | 156.41 | 0.74 | 0.61 |
| Hex | 54 | E5 | AC | 3F | 0 | 19 | A | 9C | 4A | 3D |
| Octal | 124 | 345 | 254 | 77 | 0 | 31 | 12 | 234 | 112 | 75 |
| Binary | 1010100 | 11100101 | 10101100 | 111111 | 0 | 11001 | 1010 | 10011100 | 1001010 | 111101 |
Color Harmonies of #54E5AC
Complementary color
Monochromatic Colors of #54E5AC
Black with #54E5AC
Text Example
Text Example
White with #54E5AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54E5AC; }
p { color: rgb(84,229,172); }
H1.HeaderClassName
{
color: #54E5AC;
}
.AnyTagClassName
{
color: #54E5AC;
}
</style>
background-color css
<style>
a { background-color: #54E5AC; }
a { background-color: rgb(84,229,172); }
div.DivClassName
{
background-color: #54E5AC;
}
.BgClassName
{
background-color: #54E5AC;
}
</style>
border-color css
<style>
span { border-color: #54E5AC; }
span { border-color: rgb(84,229,172); }
td.TdClassName
{
border-color: #54E5AC;
}
.TagClassName
{
border-color: #54E5AC;
}
</style>