Shades of Medium Aquamarine #54ED96
Tints of Medium Aquamarine #54ED96
RGB
CMYK
RGB Variations
Color information
#54ED96 (or 0x54ED96) is known color: Medium Aquamarine. HEX triplet: 54, ED and 96. RGB value is (84,237,150). Sum of RGB (Red+Green+Blue) = 84+237+150=471 (62% of max value = 765). Red value is 84 (33.20% from 255 or 17.83% from 471); Green value is 237 (92.97% from 255 or 50.32% from 471); Blue value is 150 (58.98% from 255 or 31.85% from 471); Max value from RGB is 237 - color contains mainly: green. Hex color #54ED96 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #54ED96 is #AB1269. Grayscale: #B5B5B5. Windows color (decimal): -11211370 or 9891156. OLE color: 9891156.
HSL color Cylindrical-coordinate representation of color #54ED96: hue angle of 145.88º 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 #54ED96 is Cyan = 0.65, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 84 | 237 | 150 | - |
| CMYK | 0.65 | 0 | 0.37 | 0.07 |
| HSL | 145.88º | 0.81% | 0.63% | - |
| HSV(B) | 145.88º | 0.65% | 0.93% | - |
| XYZ | 39.45 | 64.66 | 39.25 | - |
| YUV | 181.34 | 110.31 | 58.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 237 | 150 | 0.65 | 0 | 0.37 | 0.07 | 145.88 | 0.81 | 0.63 |
| Hex | 54 | ED | 96 | 41 | 0 | 25 | 7 | 92 | 51 | 3F |
| Octal | 124 | 355 | 226 | 101 | 0 | 45 | 7 | 222 | 121 | 77 |
| Binary | 1010100 | 11101101 | 10010110 | 1000001 | 0 | 100101 | 111 | 10010010 | 1010001 | 111111 |
Color Harmonies of #54ED96
Complementary color
Monochromatic Colors of #54ED96
Black with #54ED96
Text Example
Text Example
White with #54ED96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54ED96; }
p { color: rgb(84,237,150); }
H1.HeaderClassName
{
color: #54ED96;
}
.AnyTagClassName
{
color: #54ED96;
}
</style>
background-color css
<style>
a { background-color: #54ED96; }
a { background-color: rgb(84,237,150); }
div.DivClassName
{
background-color: #54ED96;
}
.BgClassName
{
background-color: #54ED96;
}
</style>
border-color css
<style>
span { border-color: #54ED96; }
span { border-color: rgb(84,237,150); }
td.TdClassName
{
border-color: #54ED96;
}
.TagClassName
{
border-color: #54ED96;
}
</style>