Shades of Medium Aquamarine #54D8B6
Tints of Medium Aquamarine #54D8B6
RGB
CMYK
RGB Variations
Color information
#54D8B6 (or 0x54D8B6) is known color: Medium Aquamarine. HEX triplet: 54, D8 and B6. RGB value is (84,216,182). Sum of RGB (Red+Green+Blue) = 84+216+182=482 (63% of max value = 765). Red value is 84 (33.20% from 255 or 17.43% from 482); Green value is 216 (84.77% from 255 or 44.81% from 482); Blue value is 182 (71.48% from 255 or 37.76% from 482); Max value from RGB is 216 - color contains mainly: green. Hex color #54D8B6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54D8B6 is #AB2749. Grayscale: #ACACAC. Windows color (decimal): -11216714 or 11982932. OLE color: 11982932.
HSL color Cylindrical-coordinate representation of color #54D8B6: hue angle of 164.55º 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 #54D8B6 is Cyan = 0.61, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 84 | 216 | 182 | - |
| CMYK | 0.61 | 0 | 0.16 | 0.15 |
| HSL | 164.55º | 0.63% | 0.59% | - |
| HSV(B) | 164.55º | 0.61% | 0.85% | - |
| XYZ | 36.66 | 54.37 | 52.82 | - |
| YUV | 172.66 | 133.27 | 64.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 216 | 182 | 0.61 | 0 | 0.16 | 0.15 | 164.55 | 0.63 | 0.59 |
| Hex | 54 | D8 | B6 | 3D | 0 | 10 | F | A5 | 3F | 3B |
| Octal | 124 | 330 | 266 | 75 | 0 | 20 | 17 | 245 | 77 | 73 |
| Binary | 1010100 | 11011000 | 10110110 | 111101 | 0 | 10000 | 1111 | 10100101 | 111111 | 111011 |
Color Harmonies of #54D8B6
Complementary color
Monochromatic Colors of #54D8B6
Black with #54D8B6
Text Example
Text Example
White with #54D8B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54D8B6; }
p { color: rgb(84,216,182); }
H1.HeaderClassName
{
color: #54D8B6;
}
.AnyTagClassName
{
color: #54D8B6;
}
</style>
background-color css
<style>
a { background-color: #54D8B6; }
a { background-color: rgb(84,216,182); }
div.DivClassName
{
background-color: #54D8B6;
}
.BgClassName
{
background-color: #54D8B6;
}
</style>
border-color css
<style>
span { border-color: #54D8B6; }
span { border-color: rgb(84,216,182); }
td.TdClassName
{
border-color: #54D8B6;
}
.TagClassName
{
border-color: #54D8B6;
}
</style>