Shades of Aquamarine #84EDD1
Tints of Aquamarine #84EDD1
RGB
CMYK
RGB Variations
Color information
#84EDD1 (or 0x84EDD1) is known color: Aquamarine. HEX triplet: 84, ED and D1. RGB value is (132,237,209). Sum of RGB (Red+Green+Blue) = 132+237+209=578 (76% of max value = 765). Red value is 132 (51.95% from 255 or 22.84% from 578); Green value is 237 (92.97% from 255 or 41.00% from 578); Blue value is 209 (82.03% from 255 or 36.16% from 578); Max value from RGB is 237 - color contains mainly: green. Hex color #84EDD1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84EDD1 is #7B122E. Grayscale: #CACACA. Windows color (decimal): -8065583 or 13757828. OLE color: 13757828.
HSL color Cylindrical-coordinate representation of color #84EDD1: hue angle of 164º 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 #84EDD1 is Cyan = 0.44, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 132 | 237 | 209 | - |
| CMYK | 0.44 | 0 | 0.12 | 0.07 |
| HSL | 164º | 0.74% | 0.72% | - |
| HSV(B) | 164º | 0.44% | 0.93% | - |
| XYZ | 51.31 | 70.08 | 71.14 | - |
| YUV | 202.41 | 131.71 | 77.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 237 | 209 | 0.44 | 0 | 0.12 | 0.07 | 164 | 0.74 | 0.72 |
| Hex | 84 | ED | D1 | 2C | 0 | C | 7 | A4 | 4A | 48 |
| Octal | 204 | 355 | 321 | 54 | 0 | 14 | 7 | 244 | 112 | 110 |
| Binary | 10000100 | 11101101 | 11010001 | 101100 | 0 | 1100 | 111 | 10100100 | 1001010 | 1001000 |
Color Harmonies of #84EDD1
Complementary color
Monochromatic Colors of #84EDD1
Black with #84EDD1
Text Example
Text Example
White with #84EDD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84EDD1; }
p { color: rgb(132,237,209); }
H1.HeaderClassName
{
color: #84EDD1;
}
.AnyTagClassName
{
color: #84EDD1;
}
</style>
background-color css
<style>
a { background-color: #84EDD1; }
a { background-color: rgb(132,237,209); }
div.DivClassName
{
background-color: #84EDD1;
}
.BgClassName
{
background-color: #84EDD1;
}
</style>
border-color css
<style>
span { border-color: #84EDD1; }
span { border-color: rgb(132,237,209); }
td.TdClassName
{
border-color: #84EDD1;
}
.TagClassName
{
border-color: #84EDD1;
}
</style>