Shades of Medium Aquamarine #54E0BA
Tints of Medium Aquamarine #54E0BA
RGB
CMYK
RGB Variations
Color information
#54E0BA (or 0x54E0BA) is known color: Medium Aquamarine. HEX triplet: 54, E0 and BA. RGB value is (84,224,186). Sum of RGB (Red+Green+Blue) = 84+224+186=494 (65% of max value = 765). Red value is 84 (33.20% from 255 or 17.00% from 494); Green value is 224 (87.89% from 255 or 45.34% from 494); Blue value is 186 (73.05% from 255 or 37.65% from 494); Max value from RGB is 224 - color contains mainly: green. Hex color #54E0BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54E0BA is #AB1F45. Grayscale: #B1B1B1. Windows color (decimal): -11214662 or 12247124. OLE color: 12247124.
HSL color Cylindrical-coordinate representation of color #54E0BA: hue angle of 163.71º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #54E0BA is Cyan = 0.62, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 84 | 224 | 186 | - |
| CMYK | 0.62 | 0 | 0.17 | 0.12 |
| HSL | 163.71º | 0.69% | 0.6% | - |
| HSV(B) | 163.71º | 0.63% | 0.88% | - |
| XYZ | 39.17 | 58.74 | 55.73 | - |
| YUV | 177.81 | 132.62 | 61.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 224 | 186 | 0.62 | 0 | 0.17 | 0.12 | 163.71 | 0.69 | 0.6 |
| Hex | 54 | E0 | BA | 3E | 0 | 11 | C | A4 | 45 | 3C |
| Octal | 124 | 340 | 272 | 76 | 0 | 21 | 14 | 244 | 105 | 74 |
| Binary | 1010100 | 11100000 | 10111010 | 111110 | 0 | 10001 | 1100 | 10100100 | 1000101 | 111100 |
Color Harmonies of #54E0BA
Complementary color
Monochromatic Colors of #54E0BA
Black with #54E0BA
Text Example
Text Example
White with #54E0BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54E0BA; }
p { color: rgb(84,224,186); }
H1.HeaderClassName
{
color: #54E0BA;
}
.AnyTagClassName
{
color: #54E0BA;
}
</style>
background-color css
<style>
a { background-color: #54E0BA; }
a { background-color: rgb(84,224,186); }
div.DivClassName
{
background-color: #54E0BA;
}
.BgClassName
{
background-color: #54E0BA;
}
</style>
border-color css
<style>
span { border-color: #54E0BA; }
span { border-color: rgb(84,224,186); }
td.TdClassName
{
border-color: #54E0BA;
}
.TagClassName
{
border-color: #54E0BA;
}
</style>