Shades of Medium Aquamarine #54DD9D
Tints of Medium Aquamarine #54DD9D
RGB
CMYK
RGB Variations
Color information
#54DD9D (or 0x54DD9D) is known color: Medium Aquamarine. HEX triplet: 54, DD and 9D. RGB value is (84,221,157). Sum of RGB (Red+Green+Blue) = 84+221+157=462 (61% of max value = 765). Red value is 84 (33.20% from 255 or 18.18% from 462); Green value is 221 (86.72% from 255 or 47.84% from 462); Blue value is 157 (61.72% from 255 or 33.98% from 462); Max value from RGB is 221 - color contains mainly: green. Hex color #54DD9D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #54DD9D is #AB2262. Grayscale: #ACACAC. Windows color (decimal): -11215459 or 10345812. OLE color: 10345812.
HSL color Cylindrical-coordinate representation of color #54DD9D: hue angle of 151.97º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #54DD9D is Cyan = 0.62, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 84 | 221 | 157 | - |
| CMYK | 0.62 | 0 | 0.29 | 0.13 |
| HSL | 151.97º | 0.67% | 0.6% | - |
| HSV(B) | 151.97º | 0.62% | 0.87% | - |
| XYZ | 35.6 | 56.03 | 40.84 | - |
| YUV | 172.74 | 119.11 | 64.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 221 | 157 | 0.62 | 0 | 0.29 | 0.13 | 151.97 | 0.67 | 0.6 |
| Hex | 54 | DD | 9D | 3E | 0 | 1D | D | 98 | 43 | 3C |
| Octal | 124 | 335 | 235 | 76 | 0 | 35 | 15 | 230 | 103 | 74 |
| Binary | 1010100 | 11011101 | 10011101 | 111110 | 0 | 11101 | 1101 | 10011000 | 1000011 | 111100 |
Color Harmonies of #54DD9D
Complementary color
Monochromatic Colors of #54DD9D
Black with #54DD9D
Text Example
Text Example
White with #54DD9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54DD9D; }
p { color: rgb(84,221,157); }
H1.HeaderClassName
{
color: #54DD9D;
}
.AnyTagClassName
{
color: #54DD9D;
}
</style>
background-color css
<style>
a { background-color: #54DD9D; }
a { background-color: rgb(84,221,157); }
div.DivClassName
{
background-color: #54DD9D;
}
.BgClassName
{
background-color: #54DD9D;
}
</style>
border-color css
<style>
span { border-color: #54DD9D; }
span { border-color: rgb(84,221,157); }
td.TdClassName
{
border-color: #54DD9D;
}
.TagClassName
{
border-color: #54DD9D;
}
</style>