Shades of Aquamarine #84EBE2
Tints of Aquamarine #84EBE2
RGB
CMYK
RGB Variations
Color information
#84EBE2 (or 0x84EBE2) is known color: Aquamarine. HEX triplet: 84, EB and E2. RGB value is (132,235,226). Sum of RGB (Red+Green+Blue) = 132+235+226=593 (78% of max value = 765). Red value is 132 (51.95% from 255 or 22.26% from 593); Green value is 235 (92.19% from 255 or 39.63% from 593); Blue value is 226 (88.67% from 255 or 38.11% from 593); Max value from RGB is 235 - color contains mainly: green. Hex color #84EBE2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84EBE2 is #7B141D. Grayscale: #CBCBCB. Windows color (decimal): -8066078 or 14871428. OLE color: 14871428.
HSL color Cylindrical-coordinate representation of color #84EBE2: hue angle of 174.76º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #84EBE2 is Cyan = 0.44, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 132 | 235 | 226 | - |
| CMYK | 0.44 | 0 | 0.04 | 0.08 |
| HSL | 174.76º | 0.72% | 0.72% | - |
| HSV(B) | 174.76º | 0.44% | 0.92% | - |
| XYZ | 52.95 | 69.81 | 82.64 | - |
| YUV | 203.18 | 140.88 | 77.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 235 | 226 | 0.44 | 0 | 0.04 | 0.08 | 174.76 | 0.72 | 0.72 |
| Hex | 84 | EB | E2 | 2C | 0 | 4 | 8 | AF | 48 | 48 |
| Octal | 204 | 353 | 342 | 54 | 0 | 4 | 10 | 257 | 110 | 110 |
| Binary | 10000100 | 11101011 | 11100010 | 101100 | 0 | 100 | 1000 | 10101111 | 1001000 | 1001000 |
Color Harmonies of #84EBE2
Complementary color
Monochromatic Colors of #84EBE2
Black with #84EBE2
Text Example
Text Example
White with #84EBE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84EBE2; }
p { color: rgb(132,235,226); }
H1.HeaderClassName
{
color: #84EBE2;
}
.AnyTagClassName
{
color: #84EBE2;
}
</style>
background-color css
<style>
a { background-color: #84EBE2; }
a { background-color: rgb(132,235,226); }
div.DivClassName
{
background-color: #84EBE2;
}
.BgClassName
{
background-color: #84EBE2;
}
</style>
border-color css
<style>
span { border-color: #84EBE2; }
span { border-color: rgb(132,235,226); }
td.TdClassName
{
border-color: #84EBE2;
}
.TagClassName
{
border-color: #84EBE2;
}
</style>