Shades of Medium Aquamarine #54D8B5
Tints of Medium Aquamarine #54D8B5
RGB
CMYK
RGB Variations
Color information
#54D8B5 (or 0x54D8B5) is known color: Medium Aquamarine. HEX triplet: 54, D8 and B5. RGB value is (84,216,181). Sum of RGB (Red+Green+Blue) = 84+216+181=481 (63% of max value = 765). Red value is 84 (33.20% from 255 or 17.46% from 481); Green value is 216 (84.77% from 255 or 44.91% from 481); Blue value is 181 (71.09% from 255 or 37.63% from 481); Max value from RGB is 216 - color contains mainly: green. Hex color #54D8B5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54D8B5 is #AB274A. Grayscale: #ACACAC. Windows color (decimal): -11216715 or 11917396. OLE color: 11917396.
HSL color Cylindrical-coordinate representation of color #54D8B5: hue angle of 164.09º 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 #54D8B5 is Cyan = 0.61, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 84 | 216 | 181 | - |
| CMYK | 0.61 | 0 | 0.16 | 0.15 |
| HSL | 164.09º | 0.63% | 0.59% | - |
| HSV(B) | 164.09º | 0.61% | 0.85% | - |
| XYZ | 36.55 | 54.33 | 52.28 | - |
| YUV | 172.54 | 132.77 | 64.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 216 | 181 | 0.61 | 0 | 0.16 | 0.15 | 164.09 | 0.63 | 0.59 |
| Hex | 54 | D8 | B5 | 3D | 0 | 10 | F | A4 | 3F | 3B |
| Octal | 124 | 330 | 265 | 75 | 0 | 20 | 17 | 244 | 77 | 73 |
| Binary | 1010100 | 11011000 | 10110101 | 111101 | 0 | 10000 | 1111 | 10100100 | 111111 | 111011 |
Color Harmonies of #54D8B5
Complementary color
Monochromatic Colors of #54D8B5
Black with #54D8B5
Text Example
Text Example
White with #54D8B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54D8B5; }
p { color: rgb(84,216,181); }
H1.HeaderClassName
{
color: #54D8B5;
}
.AnyTagClassName
{
color: #54D8B5;
}
</style>
background-color css
<style>
a { background-color: #54D8B5; }
a { background-color: rgb(84,216,181); }
div.DivClassName
{
background-color: #54D8B5;
}
.BgClassName
{
background-color: #54D8B5;
}
</style>
border-color css
<style>
span { border-color: #54D8B5; }
span { border-color: rgb(84,216,181); }
td.TdClassName
{
border-color: #54D8B5;
}
.TagClassName
{
border-color: #54D8B5;
}
</style>