Shades of Aquamarine #84ECDD
Tints of Aquamarine #84ECDD
RGB
CMYK
RGB Variations
Color information
#84ECDD (or 0x84ECDD) is known color: Aquamarine. HEX triplet: 84, EC and DD. RGB value is (132,236,221). Sum of RGB (Red+Green+Blue) = 132+236+221=589 (78% of max value = 765). Red value is 132 (51.95% from 255 or 22.41% from 589); Green value is 236 (92.58% from 255 or 40.07% from 589); Blue value is 221 (86.72% from 255 or 37.52% from 589); Max value from RGB is 236 - color contains mainly: green. Hex color #84ECDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84ECDD is #7B1322. Grayscale: #CBCBCB. Windows color (decimal): -8065827 or 14544004. OLE color: 14544004.
HSL color Cylindrical-coordinate representation of color #84ECDD: hue angle of 171.35º 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 #84ECDD is Cyan = 0.44, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 132 | 236 | 221 | - |
| CMYK | 0.44 | 0 | 0.06 | 0.07 |
| HSL | 171.35º | 0.73% | 0.72% | - |
| HSV(B) | 171.35º | 0.44% | 0.93% | - |
| XYZ | 52.56 | 70.12 | 79.17 | - |
| YUV | 203.19 | 138.04 | 77.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 236 | 221 | 0.44 | 0 | 0.06 | 0.07 | 171.35 | 0.73 | 0.72 |
| Hex | 84 | EC | DD | 2C | 0 | 6 | 7 | AB | 49 | 48 |
| Octal | 204 | 354 | 335 | 54 | 0 | 6 | 7 | 253 | 111 | 110 |
| Binary | 10000100 | 11101100 | 11011101 | 101100 | 0 | 110 | 111 | 10101011 | 1001001 | 1001000 |
Color Harmonies of #84ECDD
Complementary color
Monochromatic Colors of #84ECDD
Black with #84ECDD
Text Example
Text Example
White with #84ECDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84ECDD; }
p { color: rgb(132,236,221); }
H1.HeaderClassName
{
color: #84ECDD;
}
.AnyTagClassName
{
color: #84ECDD;
}
</style>
background-color css
<style>
a { background-color: #84ECDD; }
a { background-color: rgb(132,236,221); }
div.DivClassName
{
background-color: #84ECDD;
}
.BgClassName
{
background-color: #84ECDD;
}
</style>
border-color css
<style>
span { border-color: #84ECDD; }
span { border-color: rgb(132,236,221); }
td.TdClassName
{
border-color: #84ECDD;
}
.TagClassName
{
border-color: #84ECDD;
}
</style>