Shades of Aquamarine #84FEB5
Tints of Aquamarine #84FEB5
RGB
CMYK
RGB Variations
Color information
#84FEB5 (or 0x84FEB5) is known color: Aquamarine. HEX triplet: 84, FE and B5. RGB value is (132,254,181). Sum of RGB (Red+Green+Blue) = 132+254+181=567 (75% of max value = 765). Red value is 132 (51.95% from 255 or 23.28% from 567); Green value is 254 (99.61% from 255 or 44.80% from 567); Blue value is 181 (71.09% from 255 or 31.92% from 567); Max value from RGB is 254 - color contains mainly: green. Hex color #84FEB5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84FEB5 is #7B014A. Grayscale: #D1D1D1. Windows color (decimal): -8061259 or 11927172. OLE color: 11927172.
HSL color Cylindrical-coordinate representation of color #84FEB5: hue angle of 144.1º 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 #84FEB5 is Cyan = 0.48, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 132 | 254 | 181 | - |
| CMYK | 0.48 | 0 | 0.29 | 0.00 |
| HSL | 144.1º | 0.98% | 0.76% | - |
| HSV(B) | 144.1º | 0.48% | 1% | - |
| XYZ | 53.3 | 79.13 | 56.18 | - |
| YUV | 209.2 | 112.08 | 72.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 254 | 181 | 0.48 | 0 | 0.29 | 0.00 | 144.1 | 0.98 | 0.76 |
| Hex | 84 | FE | B5 | 30 | 0 | 1D | 0 | 90 | 62 | 4C |
| Octal | 204 | 376 | 265 | 60 | 0 | 35 | 0 | 220 | 142 | 114 |
| Binary | 10000100 | 11111110 | 10110101 | 110000 | 0 | 11101 | 0 | 10010000 | 1100010 | 1001100 |
Color Harmonies of #84FEB5
Complementary color
Monochromatic Colors of #84FEB5
Black with #84FEB5
Text Example
Text Example
White with #84FEB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84FEB5; }
p { color: rgb(132,254,181); }
H1.HeaderClassName
{
color: #84FEB5;
}
.AnyTagClassName
{
color: #84FEB5;
}
</style>
background-color css
<style>
a { background-color: #84FEB5; }
a { background-color: rgb(132,254,181); }
div.DivClassName
{
background-color: #84FEB5;
}
.BgClassName
{
background-color: #84FEB5;
}
</style>
border-color css
<style>
span { border-color: #84FEB5; }
span { border-color: rgb(132,254,181); }
td.TdClassName
{
border-color: #84FEB5;
}
.TagClassName
{
border-color: #84FEB5;
}
</style>