Shades of Aquamarine #84EFDA
Tints of Aquamarine #84EFDA
RGB
CMYK
RGB Variations
Color information
#84EFDA (or 0x84EFDA) is known color: Aquamarine. HEX triplet: 84, EF and DA. RGB value is (132,239,218). Sum of RGB (Red+Green+Blue) = 132+239+218=589 (78% of max value = 765). Red value is 132 (51.95% from 255 or 22.41% from 589); Green value is 239 (93.75% from 255 or 40.58% from 589); Blue value is 218 (85.55% from 255 or 37.01% from 589); Max value from RGB is 239 - color contains mainly: green. Hex color #84EFDA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84EFDA is #7B1025. Grayscale: #CCCCCC. Windows color (decimal): -8065062 or 14348164. OLE color: 14348164.
HSL color Cylindrical-coordinate representation of color #84EFDA: hue angle of 168.22º 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 #84EFDA is Cyan = 0.45, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 132 | 239 | 218 | - |
| CMYK | 0.45 | 0 | 0.09 | 0.06 |
| HSL | 168.22º | 0.77% | 0.73% | - |
| HSV(B) | 168.22º | 0.45% | 0.94% | - |
| XYZ | 53.04 | 71.7 | 77.37 | - |
| YUV | 204.61 | 135.55 | 76.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 239 | 218 | 0.45 | 0 | 0.09 | 0.06 | 168.22 | 0.77 | 0.73 |
| Hex | 84 | EF | DA | 2D | 0 | 9 | 6 | A8 | 4D | 49 |
| Octal | 204 | 357 | 332 | 55 | 0 | 11 | 6 | 250 | 115 | 111 |
| Binary | 10000100 | 11101111 | 11011010 | 101101 | 0 | 1001 | 110 | 10101000 | 1001101 | 1001001 |
Color Harmonies of #84EFDA
Complementary color
Monochromatic Colors of #84EFDA
Black with #84EFDA
Text Example
Text Example
White with #84EFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84EFDA; }
p { color: rgb(132,239,218); }
H1.HeaderClassName
{
color: #84EFDA;
}
.AnyTagClassName
{
color: #84EFDA;
}
</style>
background-color css
<style>
a { background-color: #84EFDA; }
a { background-color: rgb(132,239,218); }
div.DivClassName
{
background-color: #84EFDA;
}
.BgClassName
{
background-color: #84EFDA;
}
</style>
border-color css
<style>
span { border-color: #84EFDA; }
span { border-color: rgb(132,239,218); }
td.TdClassName
{
border-color: #84EFDA;
}
.TagClassName
{
border-color: #84EFDA;
}
</style>