Shades of Medium Aquamarine #54FAB4
Tints of Medium Aquamarine #54FAB4
RGB
CMYK
RGB Variations
Color information
#54FAB4 (or 0x54FAB4) is known color: Medium Aquamarine. HEX triplet: 54, FA and B4. RGB value is (84,250,180). Sum of RGB (Red+Green+Blue) = 84+250+180=514 (68% of max value = 765). Red value is 84 (33.20% from 255 or 16.34% from 514); Green value is 250 (98.05% from 255 or 48.64% from 514); Blue value is 180 (70.70% from 255 or 35.02% from 514); Max value from RGB is 250 - color contains mainly: green. Hex color #54FAB4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #54FAB4 is #AB054B. Grayscale: #C0C0C0. Windows color (decimal): -11208012 or 11860564. OLE color: 11860564.
HSL color Cylindrical-coordinate representation of color #54FAB4: hue angle of 154.7º 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 #54FAB4 is Cyan = 0.66, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 84 | 250 | 180 | - |
| CMYK | 0.66 | 0 | 0.28 | 0.02 |
| HSL | 154.7º | 0.94% | 0.65% | - |
| HSV(B) | 154.7º | 0.66% | 0.98% | - |
| XYZ | 46.08 | 73.55 | 54.95 | - |
| YUV | 192.39 | 121 | 50.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 250 | 180 | 0.66 | 0 | 0.28 | 0.02 | 154.7 | 0.94 | 0.65 |
| Hex | 54 | FA | B4 | 42 | 0 | 1C | 2 | 9B | 5E | 41 |
| Octal | 124 | 372 | 264 | 102 | 0 | 34 | 2 | 233 | 136 | 101 |
| Binary | 1010100 | 11111010 | 10110100 | 1000010 | 0 | 11100 | 10 | 10011011 | 1011110 | 1000001 |
Color Harmonies of #54FAB4
Complementary color
Monochromatic Colors of #54FAB4
Black with #54FAB4
Text Example
Text Example
White with #54FAB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54FAB4; }
p { color: rgb(84,250,180); }
H1.HeaderClassName
{
color: #54FAB4;
}
.AnyTagClassName
{
color: #54FAB4;
}
</style>
background-color css
<style>
a { background-color: #54FAB4; }
a { background-color: rgb(84,250,180); }
div.DivClassName
{
background-color: #54FAB4;
}
.BgClassName
{
background-color: #54FAB4;
}
</style>
border-color css
<style>
span { border-color: #54FAB4; }
span { border-color: rgb(84,250,180); }
td.TdClassName
{
border-color: #54FAB4;
}
.TagClassName
{
border-color: #54FAB4;
}
</style>