Shades of Medium Aquamarine #54D2A2
Tints of Medium Aquamarine #54D2A2
RGB
CMYK
RGB Variations
Color information
#54D2A2 (or 0x54D2A2) is known color: Medium Aquamarine. HEX triplet: 54, D2 and A2. RGB value is (84,210,162). Sum of RGB (Red+Green+Blue) = 84+210+162=456 (60% of max value = 765). Red value is 84 (33.20% from 255 or 18.42% from 456); Green value is 210 (82.42% from 255 or 46.05% from 456); Blue value is 162 (63.67% from 255 or 35.53% from 456); Max value from RGB is 210 - color contains mainly: green. Hex color #54D2A2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #54D2A2 is #AB2D5D. Grayscale: #A6A6A6. Windows color (decimal): -11218270 or 10670676. OLE color: 10670676.
HSL color Cylindrical-coordinate representation of color #54D2A2: hue angle of 157.14º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #54D2A2 is Cyan = 0.6, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 84 | 210 | 162 | - |
| CMYK | 0.6 | 0 | 0.23 | 0.18 |
| HSL | 157.14º | 0.58% | 0.58% | - |
| HSV(B) | 157.14º | 0.6% | 0.82% | - |
| XYZ | 33.22 | 50.59 | 42.2 | - |
| YUV | 166.85 | 125.26 | 68.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 210 | 162 | 0.6 | 0 | 0.23 | 0.18 | 157.14 | 0.58 | 0.58 |
| Hex | 54 | D2 | A2 | 3C | 0 | 17 | 12 | 9D | 3A | 3A |
| Octal | 124 | 322 | 242 | 74 | 0 | 27 | 22 | 235 | 72 | 72 |
| Binary | 1010100 | 11010010 | 10100010 | 111100 | 0 | 10111 | 10010 | 10011101 | 111010 | 111010 |
Color Harmonies of #54D2A2
Complementary color
Monochromatic Colors of #54D2A2
Black with #54D2A2
Text Example
Text Example
White with #54D2A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54D2A2; }
p { color: rgb(84,210,162); }
H1.HeaderClassName
{
color: #54D2A2;
}
.AnyTagClassName
{
color: #54D2A2;
}
</style>
background-color css
<style>
a { background-color: #54D2A2; }
a { background-color: rgb(84,210,162); }
div.DivClassName
{
background-color: #54D2A2;
}
.BgClassName
{
background-color: #54D2A2;
}
</style>
border-color css
<style>
span { border-color: #54D2A2; }
span { border-color: rgb(84,210,162); }
td.TdClassName
{
border-color: #54D2A2;
}
.TagClassName
{
border-color: #54D2A2;
}
</style>