Shades of Medium Aquamarine #54DAA2
Tints of Medium Aquamarine #54DAA2
RGB
CMYK
RGB Variations
Color information
#54DAA2 (or 0x54DAA2) is known color: Medium Aquamarine. HEX triplet: 54, DA and A2. RGB value is (84,218,162). Sum of RGB (Red+Green+Blue) = 84+218+162=464 (61% of max value = 765). Red value is 84 (33.20% from 255 or 18.10% from 464); Green value is 218 (85.55% from 255 or 46.98% from 464); Blue value is 162 (63.67% from 255 or 34.91% from 464); Max value from RGB is 218 - color contains mainly: green. Hex color #54DAA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #54DAA2 is #AB255D. Grayscale: #ABABAB. Windows color (decimal): -11216222 or 10672724. OLE color: 10672724.
HSL color Cylindrical-coordinate representation of color #54DAA2: hue angle of 154.93º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #54DAA2 is Cyan = 0.61, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 84 | 218 | 162 | - |
| CMYK | 0.61 | 0 | 0.26 | 0.15 |
| HSL | 154.93º | 0.64% | 0.59% | - |
| HSV(B) | 154.93º | 0.61% | 0.85% | - |
| XYZ | 35.25 | 54.64 | 42.87 | - |
| YUV | 171.55 | 122.61 | 65.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 218 | 162 | 0.61 | 0 | 0.26 | 0.15 | 154.93 | 0.64 | 0.59 |
| Hex | 54 | DA | A2 | 3D | 0 | 1A | F | 9B | 40 | 3B |
| Octal | 124 | 332 | 242 | 75 | 0 | 32 | 17 | 233 | 100 | 73 |
| Binary | 1010100 | 11011010 | 10100010 | 111101 | 0 | 11010 | 1111 | 10011011 | 1000000 | 111011 |
Color Harmonies of #54DAA2
Complementary color
Monochromatic Colors of #54DAA2
Black with #54DAA2
Text Example
Text Example
White with #54DAA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54DAA2; }
p { color: rgb(84,218,162); }
H1.HeaderClassName
{
color: #54DAA2;
}
.AnyTagClassName
{
color: #54DAA2;
}
</style>
background-color css
<style>
a { background-color: #54DAA2; }
a { background-color: rgb(84,218,162); }
div.DivClassName
{
background-color: #54DAA2;
}
.BgClassName
{
background-color: #54DAA2;
}
</style>
border-color css
<style>
span { border-color: #54DAA2; }
span { border-color: rgb(84,218,162); }
td.TdClassName
{
border-color: #54DAA2;
}
.TagClassName
{
border-color: #54DAA2;
}
</style>