Shades of Aquamarine #84FFE8
Tints of Aquamarine #84FFE8
RGB
CMYK
RGB Variations
Color information
#84FFE8 (or 0x84FFE8) is known color: Aquamarine. HEX triplet: 84, FF and E8. RGB value is (132,255,232). Sum of RGB (Red+Green+Blue) = 132+255+232=619 (81% of max value = 765). Red value is 132 (51.95% from 255 or 21.32% from 619); Green value is 255 (100% from 255 or 41.20% from 619); Blue value is 232 (91.02% from 255 or 37.48% from 619); Max value from RGB is 255 - color contains mainly: green. Hex color #84FFE8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #84FFE8 is #7B0017. Grayscale: #D7D7D7. Windows color (decimal): -8060952 or 15269764. OLE color: 15269764.
HSL color Cylindrical-coordinate representation of color #84FFE8: hue angle of 168.78º 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 #84FFE8 is Cyan = 0.48, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.
Color convert
| RGB | 132 | 255 | 232 | - |
| CMYK | 0.48 | 0 | 0.09 | 0 |
| HSL | 168.78º | 1% | 0.76% | - |
| HSV(B) | 168.78º | 0.48% | 1% | - |
| XYZ | 59.84 | 82.25 | 89.07 | - |
| YUV | 215.6 | 137.25 | 68.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 255 | 232 | 0.48 | 0 | 0.09 | 0 | 168.78 | 1 | 0.76 |
| Hex | 84 | FF | E8 | 30 | 0 | 9 | 0 | A9 | 64 | 4C |
| Octal | 204 | 377 | 350 | 60 | 0 | 11 | 0 | 251 | 144 | 114 |
| Binary | 10000100 | 11111111 | 11101000 | 110000 | 0 | 1001 | 0 | 10101001 | 1100100 | 1001100 |
Color Harmonies of #84FFE8
Complementary color
Monochromatic Colors of #84FFE8
Black with #84FFE8
Text Example
Text Example
White with #84FFE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84FFE8; }
p { color: rgb(132,255,232); }
H1.HeaderClassName
{
color: #84FFE8;
}
.AnyTagClassName
{
color: #84FFE8;
}
</style>
background-color css
<style>
a { background-color: #84FFE8; }
a { background-color: rgb(132,255,232); }
div.DivClassName
{
background-color: #84FFE8;
}
.BgClassName
{
background-color: #84FFE8;
}
</style>
border-color css
<style>
span { border-color: #84FFE8; }
span { border-color: rgb(132,255,232); }
td.TdClassName
{
border-color: #84FFE8;
}
.TagClassName
{
border-color: #84FFE8;
}
</style>