Shades of Aquamarine #84EDD6
Tints of Aquamarine #84EDD6
RGB
CMYK
RGB Variations
Color information
#84EDD6 (or 0x84EDD6) is known color: Aquamarine. HEX triplet: 84, ED and D6. RGB value is (132,237,214). Sum of RGB (Red+Green+Blue) = 132+237+214=583 (77% of max value = 765). Red value is 132 (51.95% from 255 or 22.64% from 583); Green value is 237 (92.97% from 255 or 40.65% from 583); Blue value is 214 (83.98% from 255 or 36.71% from 583); Max value from RGB is 237 - color contains mainly: green. Hex color #84EDD6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84EDD6 is #7B1229. Grayscale: #CACACA. Windows color (decimal): -8065578 or 14085508. OLE color: 14085508.
HSL color Cylindrical-coordinate representation of color #84EDD6: hue angle of 166.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 #84EDD6 is Cyan = 0.44, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 132 | 237 | 214 | - |
| CMYK | 0.44 | 0 | 0.10 | 0.07 |
| HSL | 166.86º | 0.74% | 0.72% | - |
| HSV(B) | 166.86º | 0.44% | 0.93% | - |
| XYZ | 51.94 | 70.33 | 74.46 | - |
| YUV | 202.98 | 134.21 | 77.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 237 | 214 | 0.44 | 0 | 0.10 | 0.07 | 166.86 | 0.74 | 0.72 |
| Hex | 84 | ED | D6 | 2C | 0 | A | 7 | A7 | 4A | 48 |
| Octal | 204 | 355 | 326 | 54 | 0 | 12 | 7 | 247 | 112 | 110 |
| Binary | 10000100 | 11101101 | 11010110 | 101100 | 0 | 1010 | 111 | 10100111 | 1001010 | 1001000 |
Color Harmonies of #84EDD6
Complementary color
Monochromatic Colors of #84EDD6
Black with #84EDD6
Text Example
Text Example
White with #84EDD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84EDD6; }
p { color: rgb(132,237,214); }
H1.HeaderClassName
{
color: #84EDD6;
}
.AnyTagClassName
{
color: #84EDD6;
}
</style>
background-color css
<style>
a { background-color: #84EDD6; }
a { background-color: rgb(132,237,214); }
div.DivClassName
{
background-color: #84EDD6;
}
.BgClassName
{
background-color: #84EDD6;
}
</style>
border-color css
<style>
span { border-color: #84EDD6; }
span { border-color: rgb(132,237,214); }
td.TdClassName
{
border-color: #84EDD6;
}
.TagClassName
{
border-color: #84EDD6;
}
</style>