Shades of Medium Aquamarine #54CBA4
Tints of Medium Aquamarine #54CBA4
RGB
CMYK
RGB Variations
Color information
#54CBA4 (or 0x54CBA4) is known color: Medium Aquamarine. HEX triplet: 54, CB and A4. RGB value is (84,203,164). Sum of RGB (Red+Green+Blue) = 84+203+164=451 (59% of max value = 765). Red value is 84 (33.20% from 255 or 18.63% from 451); Green value is 203 (79.69% from 255 or 45.01% from 451); Blue value is 164 (64.45% from 255 or 36.36% from 451); Max value from RGB is 203 - color contains mainly: green. Hex color #54CBA4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #54CBA4 is #AB345B. Grayscale: #A3A3A3. Windows color (decimal): -11220060 or 10799956. OLE color: 10799956.
HSL color Cylindrical-coordinate representation of color #54CBA4: hue angle of 160.34º degrees, saturation: 0.53, 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 #54CBA4 is Cyan = 0.59, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 84 | 203 | 164 | - |
| CMYK | 0.59 | 0 | 0.19 | 0.20 |
| HSL | 160.34º | 0.53% | 0.56% | - |
| HSV(B) | 160.34º | 0.59% | 0.8% | - |
| XYZ | 31.71 | 47.28 | 42.58 | - |
| YUV | 162.97 | 128.58 | 71.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 203 | 164 | 0.59 | 0 | 0.19 | 0.20 | 160.34 | 0.53 | 0.56 |
| Hex | 54 | CB | A4 | 3B | 0 | 13 | 14 | A0 | 35 | 38 |
| Octal | 124 | 313 | 244 | 73 | 0 | 23 | 24 | 240 | 65 | 70 |
| Binary | 1010100 | 11001011 | 10100100 | 111011 | 0 | 10011 | 10100 | 10100000 | 110101 | 111000 |
Color Harmonies of #54CBA4
Complementary color
Monochromatic Colors of #54CBA4
Black with #54CBA4
Text Example
Text Example
White with #54CBA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54CBA4; }
p { color: rgb(84,203,164); }
H1.HeaderClassName
{
color: #54CBA4;
}
.AnyTagClassName
{
color: #54CBA4;
}
</style>
background-color css
<style>
a { background-color: #54CBA4; }
a { background-color: rgb(84,203,164); }
div.DivClassName
{
background-color: #54CBA4;
}
.BgClassName
{
background-color: #54CBA4;
}
</style>
border-color css
<style>
span { border-color: #54CBA4; }
span { border-color: rgb(84,203,164); }
td.TdClassName
{
border-color: #54CBA4;
}
.TagClassName
{
border-color: #54CBA4;
}
</style>