Shades of Medium Aquamarine #54FAB5
Tints of Medium Aquamarine #54FAB5
RGB
CMYK
RGB Variations
Color information
#54FAB5 (or 0x54FAB5) is known color: Medium Aquamarine. HEX triplet: 54, FA and B5. RGB value is (84,250,181). Sum of RGB (Red+Green+Blue) = 84+250+181=515 (68% of max value = 765). Red value is 84 (33.20% from 255 or 16.31% from 515); Green value is 250 (98.05% from 255 or 48.54% from 515); Blue value is 181 (71.09% from 255 or 35.15% from 515); Max value from RGB is 250 - color contains mainly: green. Hex color #54FAB5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #54FAB5 is #AB054A. Grayscale: #C0C0C0. Windows color (decimal): -11208011 or 11926100. OLE color: 11926100.
HSL color Cylindrical-coordinate representation of color #54FAB5: hue angle of 155.06º 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 #54FAB5 is Cyan = 0.66, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 84 | 250 | 181 | - |
| CMYK | 0.66 | 0 | 0.28 | 0.02 |
| HSL | 155.06º | 0.94% | 0.65% | - |
| HSV(B) | 155.06º | 0.66% | 0.98% | - |
| XYZ | 46.18 | 73.59 | 55.49 | - |
| YUV | 192.5 | 121.5 | 50.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 250 | 181 | 0.66 | 0 | 0.28 | 0.02 | 155.06 | 0.94 | 0.65 |
| Hex | 54 | FA | B5 | 42 | 0 | 1C | 2 | 9B | 5E | 41 |
| Octal | 124 | 372 | 265 | 102 | 0 | 34 | 2 | 233 | 136 | 101 |
| Binary | 1010100 | 11111010 | 10110101 | 1000010 | 0 | 11100 | 10 | 10011011 | 1011110 | 1000001 |
Color Harmonies of #54FAB5
Complementary color
Monochromatic Colors of #54FAB5
Black with #54FAB5
Text Example
Text Example
White with #54FAB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54FAB5; }
p { color: rgb(84,250,181); }
H1.HeaderClassName
{
color: #54FAB5;
}
.AnyTagClassName
{
color: #54FAB5;
}
</style>
background-color css
<style>
a { background-color: #54FAB5; }
a { background-color: rgb(84,250,181); }
div.DivClassName
{
background-color: #54FAB5;
}
.BgClassName
{
background-color: #54FAB5;
}
</style>
border-color css
<style>
span { border-color: #54FAB5; }
span { border-color: rgb(84,250,181); }
td.TdClassName
{
border-color: #54FAB5;
}
.TagClassName
{
border-color: #54FAB5;
}
</style>