Shades of Medium Aquamarine #54E695
Tints of Medium Aquamarine #54E695
RGB
CMYK
RGB Variations
Color information
#54E695 (or 0x54E695) is known color: Medium Aquamarine. HEX triplet: 54, E6 and 95. RGB value is (84,230,149). Sum of RGB (Red+Green+Blue) = 84+230+149=463 (61% of max value = 765). Red value is 84 (33.20% from 255 or 18.14% from 463); Green value is 230 (90.23% from 255 or 49.68% from 463); Blue value is 149 (58.59% from 255 or 32.18% from 463); Max value from RGB is 230 - color contains mainly: green. Hex color #54E695 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #54E695 is #AB196A. Grayscale: #B1B1B1. Windows color (decimal): -11213163 or 9823828. OLE color: 9823828.
HSL color Cylindrical-coordinate representation of color #54E695: hue angle of 146.71º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #54E695 is Cyan = 0.63, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 84 | 230 | 149 | - |
| CMYK | 0.63 | 0 | 0.35 | 0.10 |
| HSL | 146.71º | 0.74% | 0.62% | - |
| HSV(B) | 146.71º | 0.63% | 0.9% | - |
| XYZ | 37.38 | 60.65 | 38.17 | - |
| YUV | 177.11 | 112.13 | 61.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 230 | 149 | 0.63 | 0 | 0.35 | 0.10 | 146.71 | 0.74 | 0.62 |
| Hex | 54 | E6 | 95 | 3F | 0 | 23 | A | 93 | 4A | 3E |
| Octal | 124 | 346 | 225 | 77 | 0 | 43 | 12 | 223 | 112 | 76 |
| Binary | 1010100 | 11100110 | 10010101 | 111111 | 0 | 100011 | 1010 | 10010011 | 1001010 | 111110 |
Color Harmonies of #54E695
Complementary color
Monochromatic Colors of #54E695
Black with #54E695
Text Example
Text Example
White with #54E695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54E695; }
p { color: rgb(84,230,149); }
H1.HeaderClassName
{
color: #54E695;
}
.AnyTagClassName
{
color: #54E695;
}
</style>
background-color css
<style>
a { background-color: #54E695; }
a { background-color: rgb(84,230,149); }
div.DivClassName
{
background-color: #54E695;
}
.BgClassName
{
background-color: #54E695;
}
</style>
border-color css
<style>
span { border-color: #54E695; }
span { border-color: rgb(84,230,149); }
td.TdClassName
{
border-color: #54E695;
}
.TagClassName
{
border-color: #54E695;
}
</style>