Shades of Aquamarine #84FEE9
Tints of Aquamarine #84FEE9
RGB
CMYK
RGB Variations
Color information
#84FEE9 (or 0x84FEE9) is known color: Aquamarine. HEX triplet: 84, FE and E9. RGB value is (132,254,233). Sum of RGB (Red+Green+Blue) = 132+254+233=619 (81% of max value = 765). Red value is 132 (51.95% from 255 or 21.32% from 619); Green value is 254 (99.61% from 255 or 41.03% from 619); Blue value is 233 (91.41% from 255 or 37.64% from 619); Max value from RGB is 254 - color contains mainly: green. Hex color #84FEE9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #84FEE9 is #7B0116. Grayscale: #D7D7D7. Windows color (decimal): -8061207 or 15335044. OLE color: 15335044.
HSL color Cylindrical-coordinate representation of color #84FEE9: hue angle of 169.67º 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 #84FEE9 is Cyan = 0.48, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 132 | 254 | 233 | - |
| CMYK | 0.48 | 0 | 0.08 | 0.00 |
| HSL | 169.67º | 0.98% | 0.76% | - |
| HSV(B) | 169.67º | 0.48% | 1% | - |
| XYZ | 59.67 | 81.67 | 89.71 | - |
| YUV | 215.13 | 138.08 | 68.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 254 | 233 | 0.48 | 0 | 0.08 | 0.00 | 169.67 | 0.98 | 0.76 |
| Hex | 84 | FE | E9 | 30 | 0 | 8 | 0 | AA | 62 | 4C |
| Octal | 204 | 376 | 351 | 60 | 0 | 10 | 0 | 252 | 142 | 114 |
| Binary | 10000100 | 11111110 | 11101001 | 110000 | 0 | 1000 | 0 | 10101010 | 1100010 | 1001100 |
Color Harmonies of #84FEE9
Complementary color
Monochromatic Colors of #84FEE9
Black with #84FEE9
Text Example
Text Example
White with #84FEE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84FEE9; }
p { color: rgb(132,254,233); }
H1.HeaderClassName
{
color: #84FEE9;
}
.AnyTagClassName
{
color: #84FEE9;
}
</style>
background-color css
<style>
a { background-color: #84FEE9; }
a { background-color: rgb(132,254,233); }
div.DivClassName
{
background-color: #84FEE9;
}
.BgClassName
{
background-color: #84FEE9;
}
</style>
border-color css
<style>
span { border-color: #84FEE9; }
span { border-color: rgb(132,254,233); }
td.TdClassName
{
border-color: #84FEE9;
}
.TagClassName
{
border-color: #84FEE9;
}
</style>