Shades of Medium Aquamarine #54DCAC
Tints of Medium Aquamarine #54DCAC
RGB
CMYK
RGB Variations
Color information
#54DCAC (or 0x54DCAC) is known color: Medium Aquamarine. HEX triplet: 54, DC and AC. RGB value is (84,220,172). Sum of RGB (Red+Green+Blue) = 84+220+172=476 (63% of max value = 765). Red value is 84 (33.20% from 255 or 17.65% from 476); Green value is 220 (86.33% from 255 or 46.22% from 476); Blue value is 172 (67.58% from 255 or 36.13% from 476); Max value from RGB is 220 - color contains mainly: green. Hex color #54DCAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #54DCAC is #AB2353. Grayscale: #ADADAD. Windows color (decimal): -11215700 or 11328596. OLE color: 11328596.
HSL color Cylindrical-coordinate representation of color #54DCAC: hue angle of 158.82º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #54DCAC is Cyan = 0.62, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 84 | 220 | 172 | - |
| CMYK | 0.62 | 0 | 0.22 | 0.14 |
| HSL | 158.82º | 0.66% | 0.6% | - |
| HSV(B) | 158.82º | 0.62% | 0.86% | - |
| XYZ | 36.7 | 56.05 | 47.91 | - |
| YUV | 173.86 | 126.94 | 63.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 220 | 172 | 0.62 | 0 | 0.22 | 0.14 | 158.82 | 0.66 | 0.6 |
| Hex | 54 | DC | AC | 3E | 0 | 16 | E | 9F | 42 | 3C |
| Octal | 124 | 334 | 254 | 76 | 0 | 26 | 16 | 237 | 102 | 74 |
| Binary | 1010100 | 11011100 | 10101100 | 111110 | 0 | 10110 | 1110 | 10011111 | 1000010 | 111100 |
Color Harmonies of #54DCAC
Complementary color
Monochromatic Colors of #54DCAC
Black with #54DCAC
Text Example
Text Example
White with #54DCAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54DCAC; }
p { color: rgb(84,220,172); }
H1.HeaderClassName
{
color: #54DCAC;
}
.AnyTagClassName
{
color: #54DCAC;
}
</style>
background-color css
<style>
a { background-color: #54DCAC; }
a { background-color: rgb(84,220,172); }
div.DivClassName
{
background-color: #54DCAC;
}
.BgClassName
{
background-color: #54DCAC;
}
</style>
border-color css
<style>
span { border-color: #54DCAC; }
span { border-color: rgb(84,220,172); }
td.TdClassName
{
border-color: #54DCAC;
}
.TagClassName
{
border-color: #54DCAC;
}
</style>