Shades of Medium Aquamarine #54DBA2
Tints of Medium Aquamarine #54DBA2
RGB
CMYK
RGB Variations
Color information
#54DBA2 (or 0x54DBA2) is known color: Medium Aquamarine. HEX triplet: 54, DB and A2. RGB value is (84,219,162). Sum of RGB (Red+Green+Blue) = 84+219+162=465 (61% of max value = 765). Red value is 84 (33.20% from 255 or 18.06% from 465); Green value is 219 (85.94% from 255 or 47.10% from 465); Blue value is 162 (63.67% from 255 or 34.84% from 465); Max value from RGB is 219 - color contains mainly: green. Hex color #54DBA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #54DBA2 is #AB245D. Grayscale: #ACACAC. Windows color (decimal): -11215966 or 10672980. OLE color: 10672980.
HSL color Cylindrical-coordinate representation of color #54DBA2: hue angle of 154.67º 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 #54DBA2 is Cyan = 0.62, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 84 | 219 | 162 | - |
| CMYK | 0.62 | 0 | 0.26 | 0.14 |
| HSL | 154.67º | 0.65% | 0.59% | - |
| HSV(B) | 154.67º | 0.62% | 0.86% | - |
| XYZ | 35.51 | 55.16 | 42.96 | - |
| YUV | 172.14 | 122.27 | 65.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 219 | 162 | 0.62 | 0 | 0.26 | 0.14 | 154.67 | 0.65 | 0.59 |
| Hex | 54 | DB | A2 | 3E | 0 | 1A | E | 9B | 41 | 3B |
| Octal | 124 | 333 | 242 | 76 | 0 | 32 | 16 | 233 | 101 | 73 |
| Binary | 1010100 | 11011011 | 10100010 | 111110 | 0 | 11010 | 1110 | 10011011 | 1000001 | 111011 |
Color Harmonies of #54DBA2
Complementary color
Monochromatic Colors of #54DBA2
Black with #54DBA2
Text Example
Text Example
White with #54DBA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54DBA2; }
p { color: rgb(84,219,162); }
H1.HeaderClassName
{
color: #54DBA2;
}
.AnyTagClassName
{
color: #54DBA2;
}
</style>
background-color css
<style>
a { background-color: #54DBA2; }
a { background-color: rgb(84,219,162); }
div.DivClassName
{
background-color: #54DBA2;
}
.BgClassName
{
background-color: #54DBA2;
}
</style>
border-color css
<style>
span { border-color: #54DBA2; }
span { border-color: rgb(84,219,162); }
td.TdClassName
{
border-color: #54DBA2;
}
.TagClassName
{
border-color: #54DBA2;
}
</style>