Shades of Medium Aquamarine #54D4AA
Tints of Medium Aquamarine #54D4AA
RGB
CMYK
RGB Variations
Color information
#54D4AA (or 0x54D4AA) is known color: Medium Aquamarine. HEX triplet: 54, D4 and AA. RGB value is (84,212,170). Sum of RGB (Red+Green+Blue) = 84+212+170=466 (61% of max value = 765). Red value is 84 (33.20% from 255 or 18.03% from 466); Green value is 212 (83.20% from 255 or 45.49% from 466); Blue value is 170 (66.80% from 255 or 36.48% from 466); Max value from RGB is 212 - color contains mainly: green. Hex color #54D4AA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #54D4AA is #AB2B55. Grayscale: #A8A8A8. Windows color (decimal): -11217750 or 11195476. OLE color: 11195476.
HSL color Cylindrical-coordinate representation of color #54D4AA: hue angle of 160.31º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #54D4AA is Cyan = 0.60, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 84 | 212 | 170 | - |
| CMYK | 0.60 | 0 | 0.20 | 0.17 |
| HSL | 160.31º | 0.6% | 0.58% | - |
| HSV(B) | 160.31º | 0.6% | 0.83% | - |
| XYZ | 34.46 | 51.87 | 46.23 | - |
| YUV | 168.94 | 128.59 | 67.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 212 | 170 | 0.60 | 0 | 0.20 | 0.17 | 160.31 | 0.6 | 0.58 |
| Hex | 54 | D4 | AA | 3C | 0 | 14 | 11 | A0 | 3C | 3A |
| Octal | 124 | 324 | 252 | 74 | 0 | 24 | 21 | 240 | 74 | 72 |
| Binary | 1010100 | 11010100 | 10101010 | 111100 | 0 | 10100 | 10001 | 10100000 | 111100 | 111010 |
Color Harmonies of #54D4AA
Complementary color
Monochromatic Colors of #54D4AA
Black with #54D4AA
Text Example
Text Example
White with #54D4AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54D4AA; }
p { color: rgb(84,212,170); }
H1.HeaderClassName
{
color: #54D4AA;
}
.AnyTagClassName
{
color: #54D4AA;
}
</style>
background-color css
<style>
a { background-color: #54D4AA; }
a { background-color: rgb(84,212,170); }
div.DivClassName
{
background-color: #54D4AA;
}
.BgClassName
{
background-color: #54D4AA;
}
</style>
border-color css
<style>
span { border-color: #54D4AA; }
span { border-color: rgb(84,212,170); }
td.TdClassName
{
border-color: #54D4AA;
}
.TagClassName
{
border-color: #54D4AA;
}
</style>