Shades of Aquamarine #54FFB5
Tints of Aquamarine #54FFB5
RGB
CMYK
RGB Variations
Color information
#54FFB5 (or 0x54FFB5) is known color: Aquamarine. HEX triplet: 54, FF and B5. RGB value is (84,255,181). Sum of RGB (Red+Green+Blue) = 84+255+181=520 (68% of max value = 765). Red value is 84 (33.20% from 255 or 16.15% from 520); Green value is 255 (100% from 255 or 49.04% from 520); Blue value is 181 (71.09% from 255 or 34.81% from 520); Max value from RGB is 255 - color contains mainly: green. Hex color #54FFB5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #54FFB5 is #AB004A. Grayscale: #C3C3C3. Windows color (decimal): -11206731 or 11927380. OLE color: 11927380.
HSL color Cylindrical-coordinate representation of color #54FFB5: hue angle of 154.04º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #54FFB5 is Cyan = 0.67, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 84 | 255 | 181 | - |
| CMYK | 0.67 | 0 | 0.29 | 0 |
| HSL | 154.04º | 1% | 0.66% | - |
| HSV(B) | 154.04º | 0.67% | 1% | - |
| XYZ | 47.76 | 76.74 | 56.01 | - |
| YUV | 195.44 | 119.85 | 48.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 255 | 181 | 0.67 | 0 | 0.29 | 0 | 154.04 | 1 | 0.66 |
| Hex | 54 | FF | B5 | 43 | 0 | 1D | 0 | 9A | 64 | 42 |
| Octal | 124 | 377 | 265 | 103 | 0 | 35 | 0 | 232 | 144 | 102 |
| Binary | 1010100 | 11111111 | 10110101 | 1000011 | 0 | 11101 | 0 | 10011010 | 1100100 | 1000010 |
Color Harmonies of #54FFB5
Complementary color
Monochromatic Colors of #54FFB5
Black with #54FFB5
Text Example
Text Example
White with #54FFB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54FFB5; }
p { color: rgb(84,255,181); }
H1.HeaderClassName
{
color: #54FFB5;
}
.AnyTagClassName
{
color: #54FFB5;
}
</style>
background-color css
<style>
a { background-color: #54FFB5; }
a { background-color: rgb(84,255,181); }
div.DivClassName
{
background-color: #54FFB5;
}
.BgClassName
{
background-color: #54FFB5;
}
</style>
border-color css
<style>
span { border-color: #54FFB5; }
span { border-color: rgb(84,255,181); }
td.TdClassName
{
border-color: #54FFB5;
}
.TagClassName
{
border-color: #54FFB5;
}
</style>