Shades of Medium Aquamarine #54DBA4
Tints of Medium Aquamarine #54DBA4
RGB
CMYK
RGB Variations
Color information
#54DBA4 (or 0x54DBA4) is known color: Medium Aquamarine. HEX triplet: 54, DB and A4. RGB value is (84,219,164). Sum of RGB (Red+Green+Blue) = 84+219+164=467 (61% of max value = 765). Red value is 84 (33.20% from 255 or 17.99% from 467); Green value is 219 (85.94% from 255 or 46.90% from 467); Blue value is 164 (64.45% from 255 or 35.12% from 467); Max value from RGB is 219 - color contains mainly: green. Hex color #54DBA4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #54DBA4 is #AB245B. Grayscale: #ACACAC. Windows color (decimal): -11215964 or 10804052. OLE color: 10804052.
HSL color Cylindrical-coordinate representation of color #54DBA4: hue angle of 155.56º 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 #54DBA4 is Cyan = 0.62, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 84 | 219 | 164 | - |
| CMYK | 0.62 | 0 | 0.25 | 0.14 |
| HSL | 155.56º | 0.65% | 0.59% | - |
| HSV(B) | 155.56º | 0.62% | 0.86% | - |
| XYZ | 35.69 | 55.23 | 43.9 | - |
| YUV | 172.37 | 123.27 | 64.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 219 | 164 | 0.62 | 0 | 0.25 | 0.14 | 155.56 | 0.65 | 0.59 |
| Hex | 54 | DB | A4 | 3E | 0 | 19 | E | 9C | 41 | 3B |
| Octal | 124 | 333 | 244 | 76 | 0 | 31 | 16 | 234 | 101 | 73 |
| Binary | 1010100 | 11011011 | 10100100 | 111110 | 0 | 11001 | 1110 | 10011100 | 1000001 | 111011 |
Color Harmonies of #54DBA4
Complementary color
Monochromatic Colors of #54DBA4
Black with #54DBA4
Text Example
Text Example
White with #54DBA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54DBA4; }
p { color: rgb(84,219,164); }
H1.HeaderClassName
{
color: #54DBA4;
}
.AnyTagClassName
{
color: #54DBA4;
}
</style>
background-color css
<style>
a { background-color: #54DBA4; }
a { background-color: rgb(84,219,164); }
div.DivClassName
{
background-color: #54DBA4;
}
.BgClassName
{
background-color: #54DBA4;
}
</style>
border-color css
<style>
span { border-color: #54DBA4; }
span { border-color: rgb(84,219,164); }
td.TdClassName
{
border-color: #54DBA4;
}
.TagClassName
{
border-color: #54DBA4;
}
</style>