Shades of Medium Aquamarine #54D5AC
Tints of Medium Aquamarine #54D5AC
RGB
CMYK
RGB Variations
Color information
#54D5AC (or 0x54D5AC) is known color: Medium Aquamarine. HEX triplet: 54, D5 and AC. RGB value is (84,213,172). Sum of RGB (Red+Green+Blue) = 84+213+172=469 (62% of max value = 765). Red value is 84 (33.20% from 255 or 17.91% from 469); Green value is 213 (83.59% from 255 or 45.42% from 469); Blue value is 172 (67.58% from 255 or 36.67% from 469); Max value from RGB is 213 - color contains mainly: green. Hex color #54D5AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #54D5AC is #AB2A53. Grayscale: #A9A9A9. Windows color (decimal): -11217492 or 11326804. OLE color: 11326804.
HSL color Cylindrical-coordinate representation of color #54D5AC: hue angle of 160.93º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #54D5AC is Cyan = 0.61, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 84 | 213 | 172 | - |
| CMYK | 0.61 | 0 | 0.19 | 0.16 |
| HSL | 160.93º | 0.61% | 0.58% | - |
| HSV(B) | 160.93º | 0.61% | 0.84% | - |
| XYZ | 34.9 | 52.45 | 47.31 | - |
| YUV | 169.76 | 129.26 | 66.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 213 | 172 | 0.61 | 0 | 0.19 | 0.16 | 160.93 | 0.61 | 0.58 |
| Hex | 54 | D5 | AC | 3D | 0 | 13 | 10 | A1 | 3D | 3A |
| Octal | 124 | 325 | 254 | 75 | 0 | 23 | 20 | 241 | 75 | 72 |
| Binary | 1010100 | 11010101 | 10101100 | 111101 | 0 | 10011 | 10000 | 10100001 | 111101 | 111010 |
Color Harmonies of #54D5AC
Complementary color
Monochromatic Colors of #54D5AC
Black with #54D5AC
Text Example
Text Example
White with #54D5AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54D5AC; }
p { color: rgb(84,213,172); }
H1.HeaderClassName
{
color: #54D5AC;
}
.AnyTagClassName
{
color: #54D5AC;
}
</style>
background-color css
<style>
a { background-color: #54D5AC; }
a { background-color: rgb(84,213,172); }
div.DivClassName
{
background-color: #54D5AC;
}
.BgClassName
{
background-color: #54D5AC;
}
</style>
border-color css
<style>
span { border-color: #54D5AC; }
span { border-color: rgb(84,213,172); }
td.TdClassName
{
border-color: #54D5AC;
}
.TagClassName
{
border-color: #54D5AC;
}
</style>