Shades of Medium Aquamarine #54F2AB
Tints of Medium Aquamarine #54F2AB
RGB
CMYK
RGB Variations
Color information
#54F2AB (or 0x54F2AB) is known color: Medium Aquamarine. HEX triplet: 54, F2 and AB. RGB value is (84,242,171). Sum of RGB (Red+Green+Blue) = 84+242+171=497 (65% of max value = 765). Red value is 84 (33.20% from 255 or 16.90% from 497); Green value is 242 (94.92% from 255 or 48.69% from 497); Blue value is 171 (67.19% from 255 or 34.41% from 497); Max value from RGB is 242 - color contains mainly: green. Hex color #54F2AB is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #54F2AB is #AB0D54. Grayscale: #BABABA. Windows color (decimal): -11210069 or 11268692. OLE color: 11268692.
HSL color Cylindrical-coordinate representation of color #54F2AB: hue angle of 153.04º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #54F2AB is Cyan = 0.65, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 84 | 242 | 171 | - |
| CMYK | 0.65 | 0 | 0.29 | 0.05 |
| HSL | 153.04º | 0.86% | 0.64% | - |
| HSV(B) | 153.04º | 0.65% | 0.95% | - |
| XYZ | 42.76 | 68.33 | 49.46 | - |
| YUV | 186.66 | 119.15 | 54.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 242 | 171 | 0.65 | 0 | 0.29 | 0.05 | 153.04 | 0.86 | 0.64 |
| Hex | 54 | F2 | AB | 41 | 0 | 1D | 5 | 99 | 56 | 40 |
| Octal | 124 | 362 | 253 | 101 | 0 | 35 | 5 | 231 | 126 | 100 |
| Binary | 1010100 | 11110010 | 10101011 | 1000001 | 0 | 11101 | 101 | 10011001 | 1010110 | 1000000 |
Color Harmonies of #54F2AB
Complementary color
Monochromatic Colors of #54F2AB
Black with #54F2AB
Text Example
Text Example
White with #54F2AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54F2AB; }
p { color: rgb(84,242,171); }
H1.HeaderClassName
{
color: #54F2AB;
}
.AnyTagClassName
{
color: #54F2AB;
}
</style>
background-color css
<style>
a { background-color: #54F2AB; }
a { background-color: rgb(84,242,171); }
div.DivClassName
{
background-color: #54F2AB;
}
.BgClassName
{
background-color: #54F2AB;
}
</style>
border-color css
<style>
span { border-color: #54F2AB; }
span { border-color: rgb(84,242,171); }
td.TdClassName
{
border-color: #54F2AB;
}
.TagClassName
{
border-color: #54F2AB;
}
</style>