Shades of Aquamarine #84EFE2
Tints of Aquamarine #84EFE2
RGB
CMYK
RGB Variations
Color information
#84EFE2 (or 0x84EFE2) is known color: Aquamarine. HEX triplet: 84, EF and E2. RGB value is (132,239,226). Sum of RGB (Red+Green+Blue) = 132+239+226=597 (79% of max value = 765). Red value is 132 (51.95% from 255 or 22.11% from 597); Green value is 239 (93.75% from 255 or 40.03% from 597); Blue value is 226 (88.67% from 255 or 37.86% from 597); Max value from RGB is 239 - color contains mainly: green. Hex color #84EFE2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84EFE2 is #7B101D. Grayscale: #CDCDCD. Windows color (decimal): -8065054 or 14872452. OLE color: 14872452.
HSL color Cylindrical-coordinate representation of color #84EFE2: hue angle of 172.71º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #84EFE2 is Cyan = 0.45, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 132 | 239 | 226 | - |
| CMYK | 0.45 | 0 | 0.05 | 0.06 |
| HSL | 172.71º | 0.77% | 0.73% | - |
| HSV(B) | 172.71º | 0.45% | 0.94% | - |
| XYZ | 54.11 | 72.13 | 83.02 | - |
| YUV | 205.53 | 139.55 | 75.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 239 | 226 | 0.45 | 0 | 0.05 | 0.06 | 172.71 | 0.77 | 0.73 |
| Hex | 84 | EF | E2 | 2D | 0 | 5 | 6 | AD | 4D | 49 |
| Octal | 204 | 357 | 342 | 55 | 0 | 5 | 6 | 255 | 115 | 111 |
| Binary | 10000100 | 11101111 | 11100010 | 101101 | 0 | 101 | 110 | 10101101 | 1001101 | 1001001 |
Color Harmonies of #84EFE2
Complementary color
Monochromatic Colors of #84EFE2
Black with #84EFE2
Text Example
Text Example
White with #84EFE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84EFE2; }
p { color: rgb(132,239,226); }
H1.HeaderClassName
{
color: #84EFE2;
}
.AnyTagClassName
{
color: #84EFE2;
}
</style>
background-color css
<style>
a { background-color: #84EFE2; }
a { background-color: rgb(132,239,226); }
div.DivClassName
{
background-color: #84EFE2;
}
.BgClassName
{
background-color: #84EFE2;
}
</style>
border-color css
<style>
span { border-color: #84EFE2; }
span { border-color: rgb(132,239,226); }
td.TdClassName
{
border-color: #84EFE2;
}
.TagClassName
{
border-color: #84EFE2;
}
</style>