Shades of Aquamarine #84ECCE
Tints of Aquamarine #84ECCE
RGB
CMYK
RGB Variations
Color information
#84ECCE (or 0x84ECCE) is known color: Aquamarine. HEX triplet: 84, EC and CE. RGB value is (132,236,206). Sum of RGB (Red+Green+Blue) = 132+236+206=574 (76% of max value = 765). Red value is 132 (51.95% from 255 or 23.00% from 574); Green value is 236 (92.58% from 255 or 41.11% from 574); Blue value is 206 (80.86% from 255 or 35.89% from 574); Max value from RGB is 236 - color contains mainly: green. Hex color #84ECCE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84ECCE is #7B1331. Grayscale: #C9C9C9. Windows color (decimal): -8065842 or 13560964. OLE color: 13560964.
HSL color Cylindrical-coordinate representation of color #84ECCE: hue angle of 162.69º degrees, saturation: 0.73, 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 #84ECCE is Cyan = 0.44, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 132 | 236 | 206 | - |
| CMYK | 0.44 | 0 | 0.13 | 0.07 |
| HSL | 162.69º | 0.73% | 0.72% | - |
| HSV(B) | 162.69º | 0.44% | 0.93% | - |
| XYZ | 50.65 | 69.35 | 69.11 | - |
| YUV | 201.48 | 130.54 | 78.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 236 | 206 | 0.44 | 0 | 0.13 | 0.07 | 162.69 | 0.73 | 0.72 |
| Hex | 84 | EC | CE | 2C | 0 | D | 7 | A3 | 49 | 48 |
| Octal | 204 | 354 | 316 | 54 | 0 | 15 | 7 | 243 | 111 | 110 |
| Binary | 10000100 | 11101100 | 11001110 | 101100 | 0 | 1101 | 111 | 10100011 | 1001001 | 1001000 |
Color Harmonies of #84ECCE
Complementary color
Monochromatic Colors of #84ECCE
Black with #84ECCE
Text Example
Text Example
White with #84ECCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84ECCE; }
p { color: rgb(132,236,206); }
H1.HeaderClassName
{
color: #84ECCE;
}
.AnyTagClassName
{
color: #84ECCE;
}
</style>
background-color css
<style>
a { background-color: #84ECCE; }
a { background-color: rgb(132,236,206); }
div.DivClassName
{
background-color: #84ECCE;
}
.BgClassName
{
background-color: #84ECCE;
}
</style>
border-color css
<style>
span { border-color: #84ECCE; }
span { border-color: rgb(132,236,206); }
td.TdClassName
{
border-color: #84ECCE;
}
.TagClassName
{
border-color: #84ECCE;
}
</style>