Shades of Medium Aquamarine #54EDB1
Tints of Medium Aquamarine #54EDB1
RGB
CMYK
RGB Variations
Color information
#54EDB1 (or 0x54EDB1) is known color: Medium Aquamarine. HEX triplet: 54, ED and B1. RGB value is (84,237,177). Sum of RGB (Red+Green+Blue) = 84+237+177=498 (65% of max value = 765). Red value is 84 (33.20% from 255 or 16.87% from 498); Green value is 237 (92.97% from 255 or 47.59% from 498); Blue value is 177 (69.53% from 255 or 35.54% from 498); Max value from RGB is 237 - color contains mainly: green. Hex color #54EDB1 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #54EDB1 is #AB124E. Grayscale: #B8B8B8. Windows color (decimal): -11211343 or 11660628. OLE color: 11660628.
HSL color Cylindrical-coordinate representation of color #54EDB1: hue angle of 156.47º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #54EDB1 is Cyan = 0.65, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 84 | 237 | 177 | - |
| CMYK | 0.65 | 0 | 0.25 | 0.07 |
| HSL | 156.47º | 0.81% | 0.63% | - |
| HSV(B) | 156.47º | 0.65% | 0.93% | - |
| XYZ | 41.88 | 65.63 | 52.06 | - |
| YUV | 184.41 | 123.81 | 56.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 237 | 177 | 0.65 | 0 | 0.25 | 0.07 | 156.47 | 0.81 | 0.63 |
| Hex | 54 | ED | B1 | 41 | 0 | 19 | 7 | 9C | 51 | 3F |
| Octal | 124 | 355 | 261 | 101 | 0 | 31 | 7 | 234 | 121 | 77 |
| Binary | 1010100 | 11101101 | 10110001 | 1000001 | 0 | 11001 | 111 | 10011100 | 1010001 | 111111 |
Color Harmonies of #54EDB1
Complementary color
Monochromatic Colors of #54EDB1
Black with #54EDB1
Text Example
Text Example
White with #54EDB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54EDB1; }
p { color: rgb(84,237,177); }
H1.HeaderClassName
{
color: #54EDB1;
}
.AnyTagClassName
{
color: #54EDB1;
}
</style>
background-color css
<style>
a { background-color: #54EDB1; }
a { background-color: rgb(84,237,177); }
div.DivClassName
{
background-color: #54EDB1;
}
.BgClassName
{
background-color: #54EDB1;
}
</style>
border-color css
<style>
span { border-color: #54EDB1; }
span { border-color: rgb(84,237,177); }
td.TdClassName
{
border-color: #54EDB1;
}
.TagClassName
{
border-color: #54EDB1;
}
</style>