Shades of Aquamarine #84EFBF
Tints of Aquamarine #84EFBF
RGB
CMYK
RGB Variations
Color information
#84EFBF (or 0x84EFBF) is known color: Aquamarine. HEX triplet: 84, EF and BF. RGB value is (132,239,191). Sum of RGB (Red+Green+Blue) = 132+239+191=562 (74% of max value = 765). Red value is 132 (51.95% from 255 or 23.49% from 562); Green value is 239 (93.75% from 255 or 42.53% from 562); Blue value is 191 (75% from 255 or 33.99% from 562); Max value from RGB is 239 - color contains mainly: green. Hex color #84EFBF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84EFBF is #7B1040. Grayscale: #C9C9C9. Windows color (decimal): -8065089 or 12578692. OLE color: 12578692.
HSL color Cylindrical-coordinate representation of color #84EFBF: hue angle of 153.08º 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 #84EFBF is Cyan = 0.45, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 132 | 239 | 191 | - |
| CMYK | 0.45 | 0 | 0.20 | 0.06 |
| HSL | 153.08º | 0.77% | 0.73% | - |
| HSV(B) | 153.08º | 0.45% | 0.94% | - |
| XYZ | 49.79 | 70.4 | 60.25 | - |
| YUV | 201.54 | 122.05 | 78.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 239 | 191 | 0.45 | 0 | 0.20 | 0.06 | 153.08 | 0.77 | 0.73 |
| Hex | 84 | EF | BF | 2D | 0 | 14 | 6 | 99 | 4D | 49 |
| Octal | 204 | 357 | 277 | 55 | 0 | 24 | 6 | 231 | 115 | 111 |
| Binary | 10000100 | 11101111 | 10111111 | 101101 | 0 | 10100 | 110 | 10011001 | 1001101 | 1001001 |
Color Harmonies of #84EFBF
Complementary color
Monochromatic Colors of #84EFBF
Black with #84EFBF
Text Example
Text Example
White with #84EFBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84EFBF; }
p { color: rgb(132,239,191); }
H1.HeaderClassName
{
color: #84EFBF;
}
.AnyTagClassName
{
color: #84EFBF;
}
</style>
background-color css
<style>
a { background-color: #84EFBF; }
a { background-color: rgb(132,239,191); }
div.DivClassName
{
background-color: #84EFBF;
}
.BgClassName
{
background-color: #84EFBF;
}
</style>
border-color css
<style>
span { border-color: #84EFBF; }
span { border-color: rgb(132,239,191); }
td.TdClassName
{
border-color: #84EFBF;
}
.TagClassName
{
border-color: #84EFBF;
}
</style>