Shades of Aquamarine #84FFE2
Tints of Aquamarine #84FFE2
RGB
CMYK
RGB Variations
Color information
#84FFE2 (or 0x84FFE2) is known color: Aquamarine. HEX triplet: 84, FF and E2. RGB value is (132,255,226). Sum of RGB (Red+Green+Blue) = 132+255+226=613 (81% of max value = 765). Red value is 132 (51.95% from 255 or 21.53% from 613); Green value is 255 (100% from 255 or 41.60% from 613); Blue value is 226 (88.67% from 255 or 36.87% from 613); Max value from RGB is 255 - color contains mainly: green. Hex color #84FFE2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84FFE2 is #7B001D. Grayscale: #D6D6D6. Windows color (decimal): -8060958 or 14876548. OLE color: 14876548.
HSL color Cylindrical-coordinate representation of color #84FFE2: hue angle of 165.85º 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 #84FFE2 is Cyan = 0.48, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
| RGB | 132 | 255 | 226 | - |
| CMYK | 0.48 | 0 | 0.11 | 0 |
| HSL | 165.85º | 1% | 0.76% | - |
| HSV(B) | 165.85º | 0.48% | 1% | - |
| XYZ | 59 | 81.92 | 84.65 | - |
| YUV | 214.92 | 134.25 | 68.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 255 | 226 | 0.48 | 0 | 0.11 | 0 | 165.85 | 1 | 0.76 |
| Hex | 84 | FF | E2 | 30 | 0 | B | 0 | A6 | 64 | 4C |
| Octal | 204 | 377 | 342 | 60 | 0 | 13 | 0 | 246 | 144 | 114 |
| Binary | 10000100 | 11111111 | 11100010 | 110000 | 0 | 1011 | 0 | 10100110 | 1100100 | 1001100 |
Color Harmonies of #84FFE2
Complementary color
Monochromatic Colors of #84FFE2
Black with #84FFE2
Text Example
Text Example
White with #84FFE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84FFE2; }
p { color: rgb(132,255,226); }
H1.HeaderClassName
{
color: #84FFE2;
}
.AnyTagClassName
{
color: #84FFE2;
}
</style>
background-color css
<style>
a { background-color: #84FFE2; }
a { background-color: rgb(132,255,226); }
div.DivClassName
{
background-color: #84FFE2;
}
.BgClassName
{
background-color: #84FFE2;
}
</style>
border-color css
<style>
span { border-color: #84FFE2; }
span { border-color: rgb(132,255,226); }
td.TdClassName
{
border-color: #84FFE2;
}
.TagClassName
{
border-color: #84FFE2;
}
</style>