Shades of Aquamarine #84EDDB
Tints of Aquamarine #84EDDB
RGB
CMYK
RGB Variations
Color information
#84EDDB (or 0x84EDDB) is known color: Aquamarine. HEX triplet: 84, ED and DB. RGB value is (132,237,219). Sum of RGB (Red+Green+Blue) = 132+237+219=588 (77% of max value = 765). Red value is 132 (51.95% from 255 or 22.45% from 588); Green value is 237 (92.97% from 255 or 40.31% from 588); Blue value is 219 (85.94% from 255 or 37.24% from 588); Max value from RGB is 237 - color contains mainly: green. Hex color #84EDDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84EDDB is #7B1224. Grayscale: #CBCBCB. Windows color (decimal): -8065573 or 14413188. OLE color: 14413188.
HSL color Cylindrical-coordinate representation of color #84EDDB: hue angle of 169.71º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #84EDDB is Cyan = 0.44, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 132 | 237 | 219 | - |
| CMYK | 0.44 | 0 | 0.08 | 0.07 |
| HSL | 169.71º | 0.74% | 0.72% | - |
| HSV(B) | 169.71º | 0.44% | 0.93% | - |
| XYZ | 52.59 | 70.59 | 77.87 | - |
| YUV | 203.55 | 136.71 | 76.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 237 | 219 | 0.44 | 0 | 0.08 | 0.07 | 169.71 | 0.74 | 0.72 |
| Hex | 84 | ED | DB | 2C | 0 | 8 | 7 | AA | 4A | 48 |
| Octal | 204 | 355 | 333 | 54 | 0 | 10 | 7 | 252 | 112 | 110 |
| Binary | 10000100 | 11101101 | 11011011 | 101100 | 0 | 1000 | 111 | 10101010 | 1001010 | 1001000 |
Color Harmonies of #84EDDB
Complementary color
Monochromatic Colors of #84EDDB
Black with #84EDDB
Text Example
Text Example
White with #84EDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84EDDB; }
p { color: rgb(132,237,219); }
H1.HeaderClassName
{
color: #84EDDB;
}
.AnyTagClassName
{
color: #84EDDB;
}
</style>
background-color css
<style>
a { background-color: #84EDDB; }
a { background-color: rgb(132,237,219); }
div.DivClassName
{
background-color: #84EDDB;
}
.BgClassName
{
background-color: #84EDDB;
}
</style>
border-color css
<style>
span { border-color: #84EDDB; }
span { border-color: rgb(132,237,219); }
td.TdClassName
{
border-color: #84EDDB;
}
.TagClassName
{
border-color: #84EDDB;
}
</style>