Shades of Medium Aquamarine #54DDA0
Tints of Medium Aquamarine #54DDA0
RGB
CMYK
RGB Variations
Color information
#54DDA0 (or 0x54DDA0) is known color: Medium Aquamarine. HEX triplet: 54, DD and A0. RGB value is (84,221,160). Sum of RGB (Red+Green+Blue) = 84+221+160=465 (61% of max value = 765). Red value is 84 (33.20% from 255 or 18.06% from 465); Green value is 221 (86.72% from 255 or 47.53% from 465); Blue value is 160 (62.89% from 255 or 34.41% from 465); Max value from RGB is 221 - color contains mainly: green. Hex color #54DDA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #54DDA0 is #AB225F. Grayscale: #ADADAD. Windows color (decimal): -11215456 or 10542420. OLE color: 10542420.
HSL color Cylindrical-coordinate representation of color #54DDA0: hue angle of 153.28º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #54DDA0 is Cyan = 0.62, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 84 | 221 | 160 | - |
| CMYK | 0.62 | 0 | 0.28 | 0.13 |
| HSL | 153.28º | 0.67% | 0.6% | - |
| HSV(B) | 153.28º | 0.62% | 0.87% | - |
| XYZ | 35.86 | 56.14 | 42.2 | - |
| YUV | 173.08 | 120.61 | 64.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 221 | 160 | 0.62 | 0 | 0.28 | 0.13 | 153.28 | 0.67 | 0.6 |
| Hex | 54 | DD | A0 | 3E | 0 | 1C | D | 99 | 43 | 3C |
| Octal | 124 | 335 | 240 | 76 | 0 | 34 | 15 | 231 | 103 | 74 |
| Binary | 1010100 | 11011101 | 10100000 | 111110 | 0 | 11100 | 1101 | 10011001 | 1000011 | 111100 |
Color Harmonies of #54DDA0
Complementary color
Monochromatic Colors of #54DDA0
Black with #54DDA0
Text Example
Text Example
White with #54DDA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54DDA0; }
p { color: rgb(84,221,160); }
H1.HeaderClassName
{
color: #54DDA0;
}
.AnyTagClassName
{
color: #54DDA0;
}
</style>
background-color css
<style>
a { background-color: #54DDA0; }
a { background-color: rgb(84,221,160); }
div.DivClassName
{
background-color: #54DDA0;
}
.BgClassName
{
background-color: #54DDA0;
}
</style>
border-color css
<style>
span { border-color: #54DDA0; }
span { border-color: rgb(84,221,160); }
td.TdClassName
{
border-color: #54DDA0;
}
.TagClassName
{
border-color: #54DDA0;
}
</style>