Shades of Medium Aquamarine #54FA9F
Tints of Medium Aquamarine #54FA9F
RGB
CMYK
RGB Variations
Color information
#54FA9F (or 0x54FA9F) is known color: Medium Aquamarine. HEX triplet: 54, FA and 9F. RGB value is (84,250,159). Sum of RGB (Red+Green+Blue) = 84+250+159=493 (65% of max value = 765). Red value is 84 (33.20% from 255 or 17.04% from 493); Green value is 250 (98.05% from 255 or 50.71% from 493); Blue value is 159 (62.5% from 255 or 32.25% from 493); Max value from RGB is 250 - color contains mainly: green. Hex color #54FA9F is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #54FA9F is #AB0560. Grayscale: #BEBEBE. Windows color (decimal): -11208033 or 10484308. OLE color: 10484308.
HSL color Cylindrical-coordinate representation of color #54FA9F: hue angle of 147.11º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #54FA9F is Cyan = 0.66, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 84 | 250 | 159 | - |
| CMYK | 0.66 | 0 | 0.36 | 0.02 |
| HSL | 147.11º | 0.94% | 0.65% | - |
| HSV(B) | 147.11º | 0.66% | 0.98% | - |
| XYZ | 44.1 | 72.76 | 44.52 | - |
| YUV | 189.99 | 110.5 | 52.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 250 | 159 | 0.66 | 0 | 0.36 | 0.02 | 147.11 | 0.94 | 0.65 |
| Hex | 54 | FA | 9F | 42 | 0 | 24 | 2 | 93 | 5E | 41 |
| Octal | 124 | 372 | 237 | 102 | 0 | 44 | 2 | 223 | 136 | 101 |
| Binary | 1010100 | 11111010 | 10011111 | 1000010 | 0 | 100100 | 10 | 10010011 | 1011110 | 1000001 |
Color Harmonies of #54FA9F
Complementary color
Monochromatic Colors of #54FA9F
Black with #54FA9F
Text Example
Text Example
White with #54FA9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54FA9F; }
p { color: rgb(84,250,159); }
H1.HeaderClassName
{
color: #54FA9F;
}
.AnyTagClassName
{
color: #54FA9F;
}
</style>
background-color css
<style>
a { background-color: #54FA9F; }
a { background-color: rgb(84,250,159); }
div.DivClassName
{
background-color: #54FA9F;
}
.BgClassName
{
background-color: #54FA9F;
}
</style>
border-color css
<style>
span { border-color: #54FA9F; }
span { border-color: rgb(84,250,159); }
td.TdClassName
{
border-color: #54FA9F;
}
.TagClassName
{
border-color: #54FA9F;
}
</style>