Shades of Medium Aquamarine #54EA9B
Tints of Medium Aquamarine #54EA9B
RGB
CMYK
RGB Variations
Color information
#54EA9B (or 0x54EA9B) is known color: Medium Aquamarine. HEX triplet: 54, EA and 9B. RGB value is (84,234,155). Sum of RGB (Red+Green+Blue) = 84+234+155=473 (62% of max value = 765). Red value is 84 (33.20% from 255 or 17.76% from 473); Green value is 234 (91.80% from 255 or 49.47% from 473); Blue value is 155 (60.94% from 255 or 32.77% from 473); Max value from RGB is 234 - color contains mainly: green. Hex color #54EA9B is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #54EA9B is #AB1564. Grayscale: #B4B4B4. Windows color (decimal): -11212133 or 10218068. OLE color: 10218068.
HSL color Cylindrical-coordinate representation of color #54EA9B: hue angle of 148.4º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #54EA9B is Cyan = 0.64, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 84 | 234 | 155 | - |
| CMYK | 0.64 | 0 | 0.34 | 0.08 |
| HSL | 148.4º | 0.78% | 0.62% | - |
| HSV(B) | 148.4º | 0.64% | 0.92% | - |
| XYZ | 39 | 63.1 | 41.13 | - |
| YUV | 180.14 | 113.81 | 59.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 234 | 155 | 0.64 | 0 | 0.34 | 0.08 | 148.4 | 0.78 | 0.62 |
| Hex | 54 | EA | 9B | 40 | 0 | 22 | 8 | 94 | 4E | 3E |
| Octal | 124 | 352 | 233 | 100 | 0 | 42 | 10 | 224 | 116 | 76 |
| Binary | 1010100 | 11101010 | 10011011 | 1000000 | 0 | 100010 | 1000 | 10010100 | 1001110 | 111110 |
Color Harmonies of #54EA9B
Complementary color
Monochromatic Colors of #54EA9B
Black with #54EA9B
Text Example
Text Example
White with #54EA9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54EA9B; }
p { color: rgb(84,234,155); }
H1.HeaderClassName
{
color: #54EA9B;
}
.AnyTagClassName
{
color: #54EA9B;
}
</style>
background-color css
<style>
a { background-color: #54EA9B; }
a { background-color: rgb(84,234,155); }
div.DivClassName
{
background-color: #54EA9B;
}
.BgClassName
{
background-color: #54EA9B;
}
</style>
border-color css
<style>
span { border-color: #54EA9B; }
span { border-color: rgb(84,234,155); }
td.TdClassName
{
border-color: #54EA9B;
}
.TagClassName
{
border-color: #54EA9B;
}
</style>