Shades of Medium Aquamarine #54CCA0
Tints of Medium Aquamarine #54CCA0
RGB
CMYK
RGB Variations
Color information
#54CCA0 (or 0x54CCA0) is known color: Medium Aquamarine. HEX triplet: 54, CC and A0. RGB value is (84,204,160). Sum of RGB (Red+Green+Blue) = 84+204+160=448 (59% of max value = 765). Red value is 84 (33.20% from 255 or 18.75% from 448); Green value is 204 (80.08% from 255 or 45.54% from 448); Blue value is 160 (62.89% from 255 or 35.71% from 448); Max value from RGB is 204 - color contains mainly: green. Hex color #54CCA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #54CCA0 is #AB335F. Grayscale: #A3A3A3. Windows color (decimal): -11219808 or 10538068. OLE color: 10538068.
HSL color Cylindrical-coordinate representation of color #54CCA0: hue angle of 158º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #54CCA0 is Cyan = 0.59, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 84 | 204 | 160 | - |
| CMYK | 0.59 | 0 | 0.22 | 0.2 |
| HSL | 158º | 0.54% | 0.56% | - |
| HSV(B) | 158º | 0.59% | 0.8% | - |
| XYZ | 31.59 | 47.61 | 40.78 | - |
| YUV | 163.1 | 126.24 | 71.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 204 | 160 | 0.59 | 0 | 0.22 | 0.2 | 158 | 0.54 | 0.56 |
| Hex | 54 | CC | A0 | 3B | 0 | 16 | 14 | 9E | 36 | 38 |
| Octal | 124 | 314 | 240 | 73 | 0 | 26 | 24 | 236 | 66 | 70 |
| Binary | 1010100 | 11001100 | 10100000 | 111011 | 0 | 10110 | 10100 | 10011110 | 110110 | 111000 |
Color Harmonies of #54CCA0
Complementary color
Monochromatic Colors of #54CCA0
Black with #54CCA0
Text Example
Text Example
White with #54CCA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54CCA0; }
p { color: rgb(84,204,160); }
H1.HeaderClassName
{
color: #54CCA0;
}
.AnyTagClassName
{
color: #54CCA0;
}
</style>
background-color css
<style>
a { background-color: #54CCA0; }
a { background-color: rgb(84,204,160); }
div.DivClassName
{
background-color: #54CCA0;
}
.BgClassName
{
background-color: #54CCA0;
}
</style>
border-color css
<style>
span { border-color: #54CCA0; }
span { border-color: rgb(84,204,160); }
td.TdClassName
{
border-color: #54CCA0;
}
.TagClassName
{
border-color: #54CCA0;
}
</style>