Shades of Medium Aquamarine #54D2A5
Tints of Medium Aquamarine #54D2A5
RGB
CMYK
RGB Variations
Color information
#54D2A5 (or 0x54D2A5) is known color: Medium Aquamarine. HEX triplet: 54, D2 and A5. RGB value is (84,210,165). Sum of RGB (Red+Green+Blue) = 84+210+165=459 (60% of max value = 765). Red value is 84 (33.20% from 255 or 18.30% from 459); Green value is 210 (82.42% from 255 or 45.75% from 459); Blue value is 165 (64.84% from 255 or 35.95% from 459); Max value from RGB is 210 - color contains mainly: green. Hex color #54D2A5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #54D2A5 is #AB2D5A. Grayscale: #A7A7A7. Windows color (decimal): -11218267 or 10867284. OLE color: 10867284.
HSL color Cylindrical-coordinate representation of color #54D2A5: hue angle of 158.57º 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 #54D2A5 is Cyan = 0.6, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 84 | 210 | 165 | - |
| CMYK | 0.6 | 0 | 0.21 | 0.18 |
| HSL | 158.57º | 0.58% | 0.58% | - |
| HSV(B) | 158.57º | 0.6% | 0.82% | - |
| XYZ | 33.49 | 50.69 | 43.62 | - |
| YUV | 167.2 | 126.76 | 68.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 210 | 165 | 0.6 | 0 | 0.21 | 0.18 | 158.57 | 0.58 | 0.58 |
| Hex | 54 | D2 | A5 | 3C | 0 | 15 | 12 | 9F | 3A | 3A |
| Octal | 124 | 322 | 245 | 74 | 0 | 25 | 22 | 237 | 72 | 72 |
| Binary | 1010100 | 11010010 | 10100101 | 111100 | 0 | 10101 | 10010 | 10011111 | 111010 | 111010 |
Color Harmonies of #54D2A5
Complementary color
Monochromatic Colors of #54D2A5
Black with #54D2A5
Text Example
Text Example
White with #54D2A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54D2A5; }
p { color: rgb(84,210,165); }
H1.HeaderClassName
{
color: #54D2A5;
}
.AnyTagClassName
{
color: #54D2A5;
}
</style>
background-color css
<style>
a { background-color: #54D2A5; }
a { background-color: rgb(84,210,165); }
div.DivClassName
{
background-color: #54D2A5;
}
.BgClassName
{
background-color: #54D2A5;
}
</style>
border-color css
<style>
span { border-color: #54D2A5; }
span { border-color: rgb(84,210,165); }
td.TdClassName
{
border-color: #54D2A5;
}
.TagClassName
{
border-color: #54D2A5;
}
</style>