Shades of Aquamarine #84EEBF
Tints of Aquamarine #84EEBF
RGB
CMYK
RGB Variations
Color information
#84EEBF (or 0x84EEBF) is known color: Aquamarine. HEX triplet: 84, EE and BF. RGB value is (132,238,191). Sum of RGB (Red+Green+Blue) = 132+238+191=561 (74% of max value = 765). Red value is 132 (51.95% from 255 or 23.53% from 561); Green value is 238 (93.36% from 255 or 42.42% from 561); Blue value is 191 (75% from 255 or 34.05% from 561); Max value from RGB is 238 - color contains mainly: green. Hex color #84EEBF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84EEBF is #7B1140. Grayscale: #C9C9C9. Windows color (decimal): -8065345 or 12578436. OLE color: 12578436.
HSL color Cylindrical-coordinate representation of color #84EEBF: hue angle of 153.4º degrees, saturation: 0.76, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #84EEBF is Cyan = 0.45, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 132 | 238 | 191 | - |
| CMYK | 0.45 | 0 | 0.20 | 0.07 |
| HSL | 153.4º | 0.76% | 0.73% | - |
| HSV(B) | 153.4º | 0.45% | 0.93% | - |
| XYZ | 49.49 | 69.82 | 60.16 | - |
| YUV | 200.95 | 122.38 | 78.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 238 | 191 | 0.45 | 0 | 0.20 | 0.07 | 153.4 | 0.76 | 0.73 |
| Hex | 84 | EE | BF | 2D | 0 | 14 | 7 | 99 | 4C | 49 |
| Octal | 204 | 356 | 277 | 55 | 0 | 24 | 7 | 231 | 114 | 111 |
| Binary | 10000100 | 11101110 | 10111111 | 101101 | 0 | 10100 | 111 | 10011001 | 1001100 | 1001001 |
Color Harmonies of #84EEBF
Complementary color
Monochromatic Colors of #84EEBF
Black with #84EEBF
Text Example
Text Example
White with #84EEBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84EEBF; }
p { color: rgb(132,238,191); }
H1.HeaderClassName
{
color: #84EEBF;
}
.AnyTagClassName
{
color: #84EEBF;
}
</style>
background-color css
<style>
a { background-color: #84EEBF; }
a { background-color: rgb(132,238,191); }
div.DivClassName
{
background-color: #84EEBF;
}
.BgClassName
{
background-color: #84EEBF;
}
</style>
border-color css
<style>
span { border-color: #84EEBF; }
span { border-color: rgb(132,238,191); }
td.TdClassName
{
border-color: #84EEBF;
}
.TagClassName
{
border-color: #84EEBF;
}
</style>