Shades of Medium Aquamarine #54D8B9
Tints of Medium Aquamarine #54D8B9
RGB
CMYK
RGB Variations
Color information
#54D8B9 (or 0x54D8B9) is known color: Medium Aquamarine. HEX triplet: 54, D8 and B9. RGB value is (84,216,185). Sum of RGB (Red+Green+Blue) = 84+216+185=485 (64% of max value = 765). Red value is 84 (33.20% from 255 or 17.32% from 485); Green value is 216 (84.77% from 255 or 44.54% from 485); Blue value is 185 (72.66% from 255 or 38.14% from 485); Max value from RGB is 216 - color contains mainly: green. Hex color #54D8B9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54D8B9 is #AB2746. Grayscale: #ACACAC. Windows color (decimal): -11216711 or 12179540. OLE color: 12179540.
HSL color Cylindrical-coordinate representation of color #54D8B9: hue angle of 165.91º degrees, saturation: 0.63, 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 #54D8B9 is Cyan = 0.61, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 84 | 216 | 185 | - |
| CMYK | 0.61 | 0 | 0.14 | 0.15 |
| HSL | 165.91º | 0.63% | 0.59% | - |
| HSV(B) | 165.91º | 0.61% | 0.85% | - |
| XYZ | 36.97 | 54.5 | 54.47 | - |
| YUV | 173 | 134.77 | 64.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 216 | 185 | 0.61 | 0 | 0.14 | 0.15 | 165.91 | 0.63 | 0.59 |
| Hex | 54 | D8 | B9 | 3D | 0 | E | F | A6 | 3F | 3B |
| Octal | 124 | 330 | 271 | 75 | 0 | 16 | 17 | 246 | 77 | 73 |
| Binary | 1010100 | 11011000 | 10111001 | 111101 | 0 | 1110 | 1111 | 10100110 | 111111 | 111011 |
Color Harmonies of #54D8B9
Complementary color
Monochromatic Colors of #54D8B9
Black with #54D8B9
Text Example
Text Example
White with #54D8B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54D8B9; }
p { color: rgb(84,216,185); }
H1.HeaderClassName
{
color: #54D8B9;
}
.AnyTagClassName
{
color: #54D8B9;
}
</style>
background-color css
<style>
a { background-color: #54D8B9; }
a { background-color: rgb(84,216,185); }
div.DivClassName
{
background-color: #54D8B9;
}
.BgClassName
{
background-color: #54D8B9;
}
</style>
border-color css
<style>
span { border-color: #54D8B9; }
span { border-color: rgb(84,216,185); }
td.TdClassName
{
border-color: #54D8B9;
}
.TagClassName
{
border-color: #54D8B9;
}
</style>