Shades of Medium Aquamarine #54EFB5
Tints of Medium Aquamarine #54EFB5
RGB
CMYK
RGB Variations
Color information
#54EFB5 (or 0x54EFB5) is known color: Medium Aquamarine. HEX triplet: 54, EF and B5. RGB value is (84,239,181). Sum of RGB (Red+Green+Blue) = 84+239+181=504 (66% of max value = 765). Red value is 84 (33.20% from 255 or 16.67% from 504); Green value is 239 (93.75% from 255 or 47.42% from 504); Blue value is 181 (71.09% from 255 or 35.91% from 504); Max value from RGB is 239 - color contains mainly: green. Hex color #54EFB5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #54EFB5 is #AB104A. Grayscale: #BABABA. Windows color (decimal): -11210827 or 11923284. OLE color: 11923284.
HSL color Cylindrical-coordinate representation of color #54EFB5: hue angle of 157.55º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #54EFB5 is Cyan = 0.65, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 84 | 239 | 181 | - |
| CMYK | 0.65 | 0 | 0.24 | 0.06 |
| HSL | 157.55º | 0.83% | 0.63% | - |
| HSV(B) | 157.55º | 0.65% | 0.94% | - |
| XYZ | 42.86 | 66.95 | 54.38 | - |
| YUV | 186.04 | 125.15 | 55.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 239 | 181 | 0.65 | 0 | 0.24 | 0.06 | 157.55 | 0.83 | 0.63 |
| Hex | 54 | EF | B5 | 41 | 0 | 18 | 6 | 9E | 53 | 3F |
| Octal | 124 | 357 | 265 | 101 | 0 | 30 | 6 | 236 | 123 | 77 |
| Binary | 1010100 | 11101111 | 10110101 | 1000001 | 0 | 11000 | 110 | 10011110 | 1010011 | 111111 |
Color Harmonies of #54EFB5
Complementary color
Monochromatic Colors of #54EFB5
Black with #54EFB5
Text Example
Text Example
White with #54EFB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54EFB5; }
p { color: rgb(84,239,181); }
H1.HeaderClassName
{
color: #54EFB5;
}
.AnyTagClassName
{
color: #54EFB5;
}
</style>
background-color css
<style>
a { background-color: #54EFB5; }
a { background-color: rgb(84,239,181); }
div.DivClassName
{
background-color: #54EFB5;
}
.BgClassName
{
background-color: #54EFB5;
}
</style>
border-color css
<style>
span { border-color: #54EFB5; }
span { border-color: rgb(84,239,181); }
td.TdClassName
{
border-color: #54EFB5;
}
.TagClassName
{
border-color: #54EFB5;
}
</style>