Shades of Medium Aquamarine #54F095
Tints of Medium Aquamarine #54F095
RGB
CMYK
RGB Variations
Color information
#54F095 (or 0x54F095) is known color: Medium Aquamarine. HEX triplet: 54, F0 and 95. RGB value is (84,240,149). Sum of RGB (Red+Green+Blue) = 84+240+149=473 (62% of max value = 765). Red value is 84 (33.20% from 255 or 17.76% from 473); Green value is 240 (94.14% from 255 or 50.74% from 473); Blue value is 149 (58.59% from 255 or 31.50% from 473); Max value from RGB is 240 - color contains mainly: green. Hex color #54F095 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #54F095 is #AB0F6A. Grayscale: #B7B7B7. Windows color (decimal): -11210603 or 9826388. OLE color: 9826388.
HSL color Cylindrical-coordinate representation of color #54F095: hue angle of 145º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #54F095 is Cyan = 0.65, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 84 | 240 | 149 | - |
| CMYK | 0.65 | 0 | 0.38 | 0.06 |
| HSL | 145º | 0.84% | 0.64% | - |
| HSV(B) | 145º | 0.65% | 0.94% | - |
| XYZ | 40.24 | 66.37 | 39.12 | - |
| YUV | 182.98 | 108.82 | 57.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 240 | 149 | 0.65 | 0 | 0.38 | 0.06 | 145 | 0.84 | 0.64 |
| Hex | 54 | F0 | 95 | 41 | 0 | 26 | 6 | 91 | 54 | 40 |
| Octal | 124 | 360 | 225 | 101 | 0 | 46 | 6 | 221 | 124 | 100 |
| Binary | 1010100 | 11110000 | 10010101 | 1000001 | 0 | 100110 | 110 | 10010001 | 1010100 | 1000000 |
Color Harmonies of #54F095
Complementary color
Monochromatic Colors of #54F095
Black with #54F095
Text Example
Text Example
White with #54F095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54F095; }
p { color: rgb(84,240,149); }
H1.HeaderClassName
{
color: #54F095;
}
.AnyTagClassName
{
color: #54F095;
}
</style>
background-color css
<style>
a { background-color: #54F095; }
a { background-color: rgb(84,240,149); }
div.DivClassName
{
background-color: #54F095;
}
.BgClassName
{
background-color: #54F095;
}
</style>
border-color css
<style>
span { border-color: #54F095; }
span { border-color: rgb(84,240,149); }
td.TdClassName
{
border-color: #54F095;
}
.TagClassName
{
border-color: #54F095;
}
</style>