Shades of Medium Aquamarine #54DBA9
Tints of Medium Aquamarine #54DBA9
RGB
CMYK
RGB Variations
Color information
#54DBA9 (or 0x54DBA9) is known color: Medium Aquamarine. HEX triplet: 54, DB and A9. RGB value is (84,219,169). Sum of RGB (Red+Green+Blue) = 84+219+169=472 (62% of max value = 765). Red value is 84 (33.20% from 255 or 17.80% from 472); Green value is 219 (85.94% from 255 or 46.40% from 472); Blue value is 169 (66.41% from 255 or 35.81% from 472); Max value from RGB is 219 - color contains mainly: green. Hex color #54DBA9 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #54DBA9 is #AB2456. Grayscale: #ACACAC. Windows color (decimal): -11215959 or 11131732. OLE color: 11131732.
HSL color Cylindrical-coordinate representation of color #54DBA9: hue angle of 157.78º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #54DBA9 is Cyan = 0.62, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 84 | 219 | 169 | - |
| CMYK | 0.62 | 0 | 0.23 | 0.14 |
| HSL | 157.78º | 0.65% | 0.59% | - |
| HSV(B) | 157.78º | 0.62% | 0.86% | - |
| XYZ | 36.15 | 55.41 | 46.33 | - |
| YUV | 172.94 | 125.77 | 64.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 219 | 169 | 0.62 | 0 | 0.23 | 0.14 | 157.78 | 0.65 | 0.59 |
| Hex | 54 | DB | A9 | 3E | 0 | 17 | E | 9E | 41 | 3B |
| Octal | 124 | 333 | 251 | 76 | 0 | 27 | 16 | 236 | 101 | 73 |
| Binary | 1010100 | 11011011 | 10101001 | 111110 | 0 | 10111 | 1110 | 10011110 | 1000001 | 111011 |
Color Harmonies of #54DBA9
Complementary color
Monochromatic Colors of #54DBA9
Black with #54DBA9
Text Example
Text Example
White with #54DBA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54DBA9; }
p { color: rgb(84,219,169); }
H1.HeaderClassName
{
color: #54DBA9;
}
.AnyTagClassName
{
color: #54DBA9;
}
</style>
background-color css
<style>
a { background-color: #54DBA9; }
a { background-color: rgb(84,219,169); }
div.DivClassName
{
background-color: #54DBA9;
}
.BgClassName
{
background-color: #54DBA9;
}
</style>
border-color css
<style>
span { border-color: #54DBA9; }
span { border-color: rgb(84,219,169); }
td.TdClassName
{
border-color: #54DBA9;
}
.TagClassName
{
border-color: #54DBA9;
}
</style>