Shades of Medium Aquamarine #54F1B0
Tints of Medium Aquamarine #54F1B0
RGB
CMYK
RGB Variations
Color information
#54F1B0 (or 0x54F1B0) is known color: Medium Aquamarine. HEX triplet: 54, F1 and B0. RGB value is (84,241,176). Sum of RGB (Red+Green+Blue) = 84+241+176=501 (66% of max value = 765). Red value is 84 (33.20% from 255 or 16.77% from 501); Green value is 241 (94.53% from 255 or 48.10% from 501); Blue value is 176 (69.14% from 255 or 35.13% from 501); Max value from RGB is 241 - color contains mainly: green. Hex color #54F1B0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #54F1B0 is #AB0E4F. Grayscale: #BABABA. Windows color (decimal): -11210320 or 11596116. OLE color: 11596116.
HSL color Cylindrical-coordinate representation of color #54F1B0: hue angle of 155.16º degrees, saturation: 0.85, 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 #54F1B0 is Cyan = 0.65, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 84 | 241 | 176 | - |
| CMYK | 0.65 | 0 | 0.27 | 0.05 |
| HSL | 155.16º | 0.85% | 0.64% | - |
| HSV(B) | 155.16º | 0.65% | 0.95% | - |
| XYZ | 42.95 | 67.93 | 51.92 | - |
| YUV | 186.65 | 121.99 | 54.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 241 | 176 | 0.65 | 0 | 0.27 | 0.05 | 155.16 | 0.85 | 0.64 |
| Hex | 54 | F1 | B0 | 41 | 0 | 1B | 5 | 9B | 55 | 40 |
| Octal | 124 | 361 | 260 | 101 | 0 | 33 | 5 | 233 | 125 | 100 |
| Binary | 1010100 | 11110001 | 10110000 | 1000001 | 0 | 11011 | 101 | 10011011 | 1010101 | 1000000 |
Color Harmonies of #54F1B0
Complementary color
Monochromatic Colors of #54F1B0
Black with #54F1B0
Text Example
Text Example
White with #54F1B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54F1B0; }
p { color: rgb(84,241,176); }
H1.HeaderClassName
{
color: #54F1B0;
}
.AnyTagClassName
{
color: #54F1B0;
}
</style>
background-color css
<style>
a { background-color: #54F1B0; }
a { background-color: rgb(84,241,176); }
div.DivClassName
{
background-color: #54F1B0;
}
.BgClassName
{
background-color: #54F1B0;
}
</style>
border-color css
<style>
span { border-color: #54F1B0; }
span { border-color: rgb(84,241,176); }
td.TdClassName
{
border-color: #54F1B0;
}
.TagClassName
{
border-color: #54F1B0;
}
</style>