Shades of Medium Aquamarine #54DB96
Tints of Medium Aquamarine #54DB96
RGB
CMYK
RGB Variations
Color information
#54DB96 (or 0x54DB96) is known color: Medium Aquamarine. HEX triplet: 54, DB and 96. RGB value is (84,219,150). Sum of RGB (Red+Green+Blue) = 84+219+150=453 (60% of max value = 765). Red value is 84 (33.20% from 255 or 18.54% from 453); Green value is 219 (85.94% from 255 or 48.34% from 453); Blue value is 150 (58.98% from 255 or 33.11% from 453); Max value from RGB is 219 - color contains mainly: green. Hex color #54DB96 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #54DB96 is #AB2469. Grayscale: #AAAAAA. Windows color (decimal): -11215978 or 9886548. OLE color: 9886548.
HSL color Cylindrical-coordinate representation of color #54DB96: hue angle of 149.33º 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 #54DB96 is Cyan = 0.62, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 84 | 219 | 150 | - |
| CMYK | 0.62 | 0 | 0.32 | 0.14 |
| HSL | 149.33º | 0.65% | 0.59% | - |
| HSV(B) | 149.33º | 0.62% | 0.86% | - |
| XYZ | 34.49 | 54.75 | 37.6 | - |
| YUV | 170.77 | 116.27 | 66.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 219 | 150 | 0.62 | 0 | 0.32 | 0.14 | 149.33 | 0.65 | 0.59 |
| Hex | 54 | DB | 96 | 3E | 0 | 20 | E | 95 | 41 | 3B |
| Octal | 124 | 333 | 226 | 76 | 0 | 40 | 16 | 225 | 101 | 73 |
| Binary | 1010100 | 11011011 | 10010110 | 111110 | 0 | 100000 | 1110 | 10010101 | 1000001 | 111011 |
Color Harmonies of #54DB96
Complementary color
Monochromatic Colors of #54DB96
Black with #54DB96
Text Example
Text Example
White with #54DB96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54DB96; }
p { color: rgb(84,219,150); }
H1.HeaderClassName
{
color: #54DB96;
}
.AnyTagClassName
{
color: #54DB96;
}
</style>
background-color css
<style>
a { background-color: #54DB96; }
a { background-color: rgb(84,219,150); }
div.DivClassName
{
background-color: #54DB96;
}
.BgClassName
{
background-color: #54DB96;
}
</style>
border-color css
<style>
span { border-color: #54DB96; }
span { border-color: rgb(84,219,150); }
td.TdClassName
{
border-color: #54DB96;
}
.TagClassName
{
border-color: #54DB96;
}
</style>