Shades of Aquamarine #84EFD2
Tints of Aquamarine #84EFD2
RGB
CMYK
RGB Variations
Color information
#84EFD2 (or 0x84EFD2) is known color: Aquamarine. HEX triplet: 84, EF and D2. RGB value is (132,239,210). Sum of RGB (Red+Green+Blue) = 132+239+210=581 (76% of max value = 765). Red value is 132 (51.95% from 255 or 22.72% from 581); Green value is 239 (93.75% from 255 or 41.14% from 581); Blue value is 210 (82.42% from 255 or 36.14% from 581); Max value from RGB is 239 - color contains mainly: green. Hex color #84EFD2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84EFD2 is #7B102D. Grayscale: #CBCBCB. Windows color (decimal): -8065070 or 13823876. OLE color: 13823876.
HSL color Cylindrical-coordinate representation of color #84EFD2: hue angle of 163.74º 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 #84EFD2 is Cyan = 0.45, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 132 | 239 | 210 | - |
| CMYK | 0.45 | 0 | 0.12 | 0.06 |
| HSL | 163.74º | 0.77% | 0.73% | - |
| HSV(B) | 163.74º | 0.45% | 0.94% | - |
| XYZ | 52.02 | 71.29 | 71.99 | - |
| YUV | 203.7 | 131.55 | 76.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 239 | 210 | 0.45 | 0 | 0.12 | 0.06 | 163.74 | 0.77 | 0.73 |
| Hex | 84 | EF | D2 | 2D | 0 | C | 6 | A4 | 4D | 49 |
| Octal | 204 | 357 | 322 | 55 | 0 | 14 | 6 | 244 | 115 | 111 |
| Binary | 10000100 | 11101111 | 11010010 | 101101 | 0 | 1100 | 110 | 10100100 | 1001101 | 1001001 |
Color Harmonies of #84EFD2
Complementary color
Monochromatic Colors of #84EFD2
Black with #84EFD2
Text Example
Text Example
White with #84EFD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84EFD2; }
p { color: rgb(132,239,210); }
H1.HeaderClassName
{
color: #84EFD2;
}
.AnyTagClassName
{
color: #84EFD2;
}
</style>
background-color css
<style>
a { background-color: #84EFD2; }
a { background-color: rgb(132,239,210); }
div.DivClassName
{
background-color: #84EFD2;
}
.BgClassName
{
background-color: #84EFD2;
}
</style>
border-color css
<style>
span { border-color: #84EFD2; }
span { border-color: rgb(132,239,210); }
td.TdClassName
{
border-color: #84EFD2;
}
.TagClassName
{
border-color: #84EFD2;
}
</style>