Shades of Medium Aquamarine #54DBB9
Tints of Medium Aquamarine #54DBB9
RGB
CMYK
RGB Variations
Color information
#54DBB9 (or 0x54DBB9) is known color: Medium Aquamarine. HEX triplet: 54, DB and B9. RGB value is (84,219,185). Sum of RGB (Red+Green+Blue) = 84+219+185=488 (64% of max value = 765). Red value is 84 (33.20% from 255 or 17.21% from 488); Green value is 219 (85.94% from 255 or 44.88% from 488); Blue value is 185 (72.66% from 255 or 37.91% from 488); Max value from RGB is 219 - color contains mainly: green. Hex color #54DBB9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54DBB9 is #AB2446. Grayscale: #AEAEAE. Windows color (decimal): -11215943 or 12180308. OLE color: 12180308.
HSL color Cylindrical-coordinate representation of color #54DBB9: hue angle of 164.89º 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 #54DBB9 is Cyan = 0.62, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 84 | 219 | 185 | - |
| CMYK | 0.62 | 0 | 0.16 | 0.14 |
| HSL | 164.89º | 0.65% | 0.59% | - |
| HSV(B) | 164.89º | 0.62% | 0.86% | - |
| XYZ | 37.74 | 56.05 | 54.73 | - |
| YUV | 174.76 | 133.77 | 63.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 219 | 185 | 0.62 | 0 | 0.16 | 0.14 | 164.89 | 0.65 | 0.59 |
| Hex | 54 | DB | B9 | 3E | 0 | 10 | E | A5 | 41 | 3B |
| Octal | 124 | 333 | 271 | 76 | 0 | 20 | 16 | 245 | 101 | 73 |
| Binary | 1010100 | 11011011 | 10111001 | 111110 | 0 | 10000 | 1110 | 10100101 | 1000001 | 111011 |
Color Harmonies of #54DBB9
Complementary color
Monochromatic Colors of #54DBB9
Black with #54DBB9
Text Example
Text Example
White with #54DBB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54DBB9; }
p { color: rgb(84,219,185); }
H1.HeaderClassName
{
color: #54DBB9;
}
.AnyTagClassName
{
color: #54DBB9;
}
</style>
background-color css
<style>
a { background-color: #54DBB9; }
a { background-color: rgb(84,219,185); }
div.DivClassName
{
background-color: #54DBB9;
}
.BgClassName
{
background-color: #54DBB9;
}
</style>
border-color css
<style>
span { border-color: #54DBB9; }
span { border-color: rgb(84,219,185); }
td.TdClassName
{
border-color: #54DBB9;
}
.TagClassName
{
border-color: #54DBB9;
}
</style>