Shades of Aquamarine #84FEB2
Tints of Aquamarine #84FEB2
RGB
CMYK
RGB Variations
Color information
#84FEB2 (or 0x84FEB2) is known color: Aquamarine. HEX triplet: 84, FE and B2. RGB value is (132,254,178). Sum of RGB (Red+Green+Blue) = 132+254+178=564 (74% of max value = 765). Red value is 132 (51.95% from 255 or 23.40% from 564); Green value is 254 (99.61% from 255 or 45.04% from 564); Blue value is 178 (69.92% from 255 or 31.56% from 564); Max value from RGB is 254 - color contains mainly: green. Hex color #84FEB2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #84FEB2 is #7B014D. Grayscale: #D1D1D1. Windows color (decimal): -8061262 or 11730564. OLE color: 11730564.
HSL color Cylindrical-coordinate representation of color #84FEB2: hue angle of 142.62º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #84FEB2 is Cyan = 0.48, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 132 | 254 | 178 | - |
| CMYK | 0.48 | 0 | 0.30 | 0.00 |
| HSL | 142.62º | 0.98% | 0.76% | - |
| HSV(B) | 142.62º | 0.48% | 1% | - |
| XYZ | 52.99 | 79 | 54.58 | - |
| YUV | 208.86 | 110.58 | 73.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 254 | 178 | 0.48 | 0 | 0.30 | 0.00 | 142.62 | 0.98 | 0.76 |
| Hex | 84 | FE | B2 | 30 | 0 | 1E | 0 | 8F | 62 | 4C |
| Octal | 204 | 376 | 262 | 60 | 0 | 36 | 0 | 217 | 142 | 114 |
| Binary | 10000100 | 11111110 | 10110010 | 110000 | 0 | 11110 | 0 | 10001111 | 1100010 | 1001100 |
Color Harmonies of #84FEB2
Complementary color
Monochromatic Colors of #84FEB2
Black with #84FEB2
Text Example
Text Example
White with #84FEB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84FEB2; }
p { color: rgb(132,254,178); }
H1.HeaderClassName
{
color: #84FEB2;
}
.AnyTagClassName
{
color: #84FEB2;
}
</style>
background-color css
<style>
a { background-color: #84FEB2; }
a { background-color: rgb(132,254,178); }
div.DivClassName
{
background-color: #84FEB2;
}
.BgClassName
{
background-color: #84FEB2;
}
</style>
border-color css
<style>
span { border-color: #84FEB2; }
span { border-color: rgb(132,254,178); }
td.TdClassName
{
border-color: #84FEB2;
}
.TagClassName
{
border-color: #84FEB2;
}
</style>