Shades of Aquamarine #84EDDD
Tints of Aquamarine #84EDDD
RGB
CMYK
RGB Variations
Color information
#84EDDD (or 0x84EDDD) is known color: Aquamarine. HEX triplet: 84, ED and DD. RGB value is (132,237,221). Sum of RGB (Red+Green+Blue) = 132+237+221=590 (78% of max value = 765). Red value is 132 (51.95% from 255 or 22.37% from 590); Green value is 237 (92.97% from 255 or 40.17% from 590); Blue value is 221 (86.72% from 255 or 37.46% from 590); Max value from RGB is 237 - color contains mainly: green. Hex color #84EDDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84EDDD is #7B1222. Grayscale: #CBCBCB. Windows color (decimal): -8065571 or 14544260. OLE color: 14544260.
HSL color Cylindrical-coordinate representation of color #84EDDD: hue angle of 170.86º 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 #84EDDD is Cyan = 0.44, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 132 | 237 | 221 | - |
| CMYK | 0.44 | 0 | 0.07 | 0.07 |
| HSL | 170.86º | 0.74% | 0.72% | - |
| HSV(B) | 170.86º | 0.44% | 0.93% | - |
| XYZ | 52.85 | 70.69 | 79.27 | - |
| YUV | 203.78 | 137.71 | 76.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 237 | 221 | 0.44 | 0 | 0.07 | 0.07 | 170.86 | 0.74 | 0.72 |
| Hex | 84 | ED | DD | 2C | 0 | 7 | 7 | AB | 4A | 48 |
| Octal | 204 | 355 | 335 | 54 | 0 | 7 | 7 | 253 | 112 | 110 |
| Binary | 10000100 | 11101101 | 11011101 | 101100 | 0 | 111 | 111 | 10101011 | 1001010 | 1001000 |
Color Harmonies of #84EDDD
Complementary color
Monochromatic Colors of #84EDDD
Black with #84EDDD
Text Example
Text Example
White with #84EDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84EDDD; }
p { color: rgb(132,237,221); }
H1.HeaderClassName
{
color: #84EDDD;
}
.AnyTagClassName
{
color: #84EDDD;
}
</style>
background-color css
<style>
a { background-color: #84EDDD; }
a { background-color: rgb(132,237,221); }
div.DivClassName
{
background-color: #84EDDD;
}
.BgClassName
{
background-color: #84EDDD;
}
</style>
border-color css
<style>
span { border-color: #84EDDD; }
span { border-color: rgb(132,237,221); }
td.TdClassName
{
border-color: #84EDDD;
}
.TagClassName
{
border-color: #84EDDD;
}
</style>