Shades of Medium Aquamarine #54CBA2
Tints of Medium Aquamarine #54CBA2
RGB
CMYK
RGB Variations
Color information
#54CBA2 (or 0x54CBA2) is known color: Medium Aquamarine. HEX triplet: 54, CB and A2. RGB value is (84,203,162). Sum of RGB (Red+Green+Blue) = 84+203+162=449 (59% of max value = 765). Red value is 84 (33.20% from 255 or 18.71% from 449); Green value is 203 (79.69% from 255 or 45.21% from 449); Blue value is 162 (63.67% from 255 or 36.08% from 449); Max value from RGB is 203 - color contains mainly: green. Hex color #54CBA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #54CBA2 is #AB345D. Grayscale: #A2A2A2. Windows color (decimal): -11220062 or 10668884. OLE color: 10668884.
HSL color Cylindrical-coordinate representation of color #54CBA2: hue angle of 159.33º 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 #54CBA2 is Cyan = 0.59, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 84 | 203 | 162 | - |
| CMYK | 0.59 | 0 | 0.20 | 0.20 |
| HSL | 159.33º | 0.53% | 0.56% | - |
| HSV(B) | 159.33º | 0.59% | 0.8% | - |
| XYZ | 31.53 | 47.21 | 41.63 | - |
| YUV | 162.75 | 127.58 | 71.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 203 | 162 | 0.59 | 0 | 0.20 | 0.20 | 159.33 | 0.53 | 0.56 |
| Hex | 54 | CB | A2 | 3B | 0 | 14 | 14 | 9F | 35 | 38 |
| Octal | 124 | 313 | 242 | 73 | 0 | 24 | 24 | 237 | 65 | 70 |
| Binary | 1010100 | 11001011 | 10100010 | 111011 | 0 | 10100 | 10100 | 10011111 | 110101 | 111000 |
Color Harmonies of #54CBA2
Complementary color
Monochromatic Colors of #54CBA2
Black with #54CBA2
Text Example
Text Example
White with #54CBA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54CBA2; }
p { color: rgb(84,203,162); }
H1.HeaderClassName
{
color: #54CBA2;
}
.AnyTagClassName
{
color: #54CBA2;
}
</style>
background-color css
<style>
a { background-color: #54CBA2; }
a { background-color: rgb(84,203,162); }
div.DivClassName
{
background-color: #54CBA2;
}
.BgClassName
{
background-color: #54CBA2;
}
</style>
border-color css
<style>
span { border-color: #54CBA2; }
span { border-color: rgb(84,203,162); }
td.TdClassName
{
border-color: #54CBA2;
}
.TagClassName
{
border-color: #54CBA2;
}
</style>