Shades of Medium Aquamarine #54FAA6
Tints of Medium Aquamarine #54FAA6
RGB
CMYK
RGB Variations
Color information
#54FAA6 (or 0x54FAA6) is known color: Medium Aquamarine. HEX triplet: 54, FA and A6. RGB value is (84,250,166). Sum of RGB (Red+Green+Blue) = 84+250+166=500 (66% of max value = 765). Red value is 84 (33.20% from 255 or 16.8% from 500); Green value is 250 (98.05% from 255 or 50% from 500); Blue value is 166 (65.23% from 255 or 33.2% from 500); Max value from RGB is 250 - color contains mainly: green. Hex color #54FAA6 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #54FAA6 is #AB0559. Grayscale: #BEBEBE. Windows color (decimal): -11208026 or 10943060. OLE color: 10943060.
HSL color Cylindrical-coordinate representation of color #54FAA6: hue angle of 149.64º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #54FAA6 is Cyan = 0.66, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 84 | 250 | 166 | - |
| CMYK | 0.66 | 0 | 0.34 | 0.02 |
| HSL | 149.64º | 0.94% | 0.65% | - |
| HSV(B) | 149.64º | 0.66% | 0.98% | - |
| XYZ | 44.72 | 73.01 | 47.81 | - |
| YUV | 190.79 | 114 | 51.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 250 | 166 | 0.66 | 0 | 0.34 | 0.02 | 149.64 | 0.94 | 0.65 |
| Hex | 54 | FA | A6 | 42 | 0 | 22 | 2 | 96 | 5E | 41 |
| Octal | 124 | 372 | 246 | 102 | 0 | 42 | 2 | 226 | 136 | 101 |
| Binary | 1010100 | 11111010 | 10100110 | 1000010 | 0 | 100010 | 10 | 10010110 | 1011110 | 1000001 |
Color Harmonies of #54FAA6
Complementary color
Monochromatic Colors of #54FAA6
Black with #54FAA6
Text Example
Text Example
White with #54FAA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54FAA6; }
p { color: rgb(84,250,166); }
H1.HeaderClassName
{
color: #54FAA6;
}
.AnyTagClassName
{
color: #54FAA6;
}
</style>
background-color css
<style>
a { background-color: #54FAA6; }
a { background-color: rgb(84,250,166); }
div.DivClassName
{
background-color: #54FAA6;
}
.BgClassName
{
background-color: #54FAA6;
}
</style>
border-color css
<style>
span { border-color: #54FAA6; }
span { border-color: rgb(84,250,166); }
td.TdClassName
{
border-color: #54FAA6;
}
.TagClassName
{
border-color: #54FAA6;
}
</style>