Shades of Medium Aquamarine #54D8AC
Tints of Medium Aquamarine #54D8AC
RGB
CMYK
RGB Variations
Color information
#54D8AC (or 0x54D8AC) is known color: Medium Aquamarine. HEX triplet: 54, D8 and AC. RGB value is (84,216,172). Sum of RGB (Red+Green+Blue) = 84+216+172=472 (62% of max value = 765). Red value is 84 (33.20% from 255 or 17.80% from 472); Green value is 216 (84.77% from 255 or 45.76% from 472); Blue value is 172 (67.58% from 255 or 36.44% from 472); Max value from RGB is 216 - color contains mainly: green. Hex color #54D8AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #54D8AC is #AB2753. Grayscale: #ABABAB. Windows color (decimal): -11216724 or 11327572. OLE color: 11327572.
HSL color Cylindrical-coordinate representation of color #54D8AC: hue angle of 160º 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 #54D8AC is Cyan = 0.61, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 84 | 216 | 172 | - |
| CMYK | 0.61 | 0 | 0.20 | 0.15 |
| HSL | 160º | 0.63% | 0.59% | - |
| HSV(B) | 160º | 0.61% | 0.85% | - |
| XYZ | 35.66 | 53.98 | 47.57 | - |
| YUV | 171.52 | 128.27 | 65.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 216 | 172 | 0.61 | 0 | 0.20 | 0.15 | 160 | 0.63 | 0.59 |
| Hex | 54 | D8 | AC | 3D | 0 | 14 | F | A0 | 3F | 3B |
| Octal | 124 | 330 | 254 | 75 | 0 | 24 | 17 | 240 | 77 | 73 |
| Binary | 1010100 | 11011000 | 10101100 | 111101 | 0 | 10100 | 1111 | 10100000 | 111111 | 111011 |
Color Harmonies of #54D8AC
Complementary color
Monochromatic Colors of #54D8AC
Black with #54D8AC
Text Example
Text Example
White with #54D8AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54D8AC; }
p { color: rgb(84,216,172); }
H1.HeaderClassName
{
color: #54D8AC;
}
.AnyTagClassName
{
color: #54D8AC;
}
</style>
background-color css
<style>
a { background-color: #54D8AC; }
a { background-color: rgb(84,216,172); }
div.DivClassName
{
background-color: #54D8AC;
}
.BgClassName
{
background-color: #54D8AC;
}
</style>
border-color css
<style>
span { border-color: #54D8AC; }
span { border-color: rgb(84,216,172); }
td.TdClassName
{
border-color: #54D8AC;
}
.TagClassName
{
border-color: #54D8AC;
}
</style>