Shades of Aquamarine #84FFBE
Tints of Aquamarine #84FFBE
RGB
CMYK
RGB Variations
Color information
#84FFBE (or 0x84FFBE) is known color: Aquamarine. HEX triplet: 84, FF and BE. RGB value is (132,255,190). Sum of RGB (Red+Green+Blue) = 132+255+190=577 (76% of max value = 765). Red value is 132 (51.95% from 255 or 22.88% from 577); Green value is 255 (100% from 255 or 44.19% from 577); Blue value is 190 (74.61% from 255 or 32.93% from 577); Max value from RGB is 255 - color contains mainly: green. Hex color #84FFBE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84FFBE is #7B0041. Grayscale: #D2D2D2. Windows color (decimal): -8060994 or 12517252. OLE color: 12517252.
HSL color Cylindrical-coordinate representation of color #84FFBE: hue angle of 148.29º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #84FFBE is Cyan = 0.48, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 132 | 255 | 190 | - |
| CMYK | 0.48 | 0 | 0.25 | 0 |
| HSL | 148.29º | 1% | 0.76% | - |
| HSV(B) | 148.29º | 0.48% | 1% | - |
| XYZ | 54.57 | 80.14 | 61.31 | - |
| YUV | 210.81 | 116.25 | 71.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 255 | 190 | 0.48 | 0 | 0.25 | 0 | 148.29 | 1 | 0.76 |
| Hex | 84 | FF | BE | 30 | 0 | 19 | 0 | 94 | 64 | 4C |
| Octal | 204 | 377 | 276 | 60 | 0 | 31 | 0 | 224 | 144 | 114 |
| Binary | 10000100 | 11111111 | 10111110 | 110000 | 0 | 11001 | 0 | 10010100 | 1100100 | 1001100 |
Color Harmonies of #84FFBE
Complementary color
Monochromatic Colors of #84FFBE
Black with #84FFBE
Text Example
Text Example
White with #84FFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84FFBE; }
p { color: rgb(132,255,190); }
H1.HeaderClassName
{
color: #84FFBE;
}
.AnyTagClassName
{
color: #84FFBE;
}
</style>
background-color css
<style>
a { background-color: #84FFBE; }
a { background-color: rgb(132,255,190); }
div.DivClassName
{
background-color: #84FFBE;
}
.BgClassName
{
background-color: #84FFBE;
}
</style>
border-color css
<style>
span { border-color: #84FFBE; }
span { border-color: rgb(132,255,190); }
td.TdClassName
{
border-color: #84FFBE;
}
.TagClassName
{
border-color: #84FFBE;
}
</style>