Shades of Aquamarine #84EED9
Tints of Aquamarine #84EED9
RGB
CMYK
RGB Variations
Color information
#84EED9 (or 0x84EED9) is known color: Aquamarine. HEX triplet: 84, EE and D9. RGB value is (132,238,217). Sum of RGB (Red+Green+Blue) = 132+238+217=587 (77% of max value = 765). Red value is 132 (51.95% from 255 or 22.49% from 587); Green value is 238 (93.36% from 255 or 40.55% from 587); Blue value is 217 (85.16% from 255 or 36.97% from 587); Max value from RGB is 238 - color contains mainly: green. Hex color #84EED9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84EED9 is #7B1126. Grayscale: #CBCBCB. Windows color (decimal): -8065319 or 14282372. OLE color: 14282372.
HSL color Cylindrical-coordinate representation of color #84EED9: hue angle of 168.11º degrees, saturation: 0.76, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #84EED9 is Cyan = 0.45, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 132 | 238 | 217 | - |
| CMYK | 0.45 | 0 | 0.09 | 0.07 |
| HSL | 168.11º | 0.76% | 0.73% | - |
| HSV(B) | 168.11º | 0.45% | 0.93% | - |
| XYZ | 52.61 | 71.06 | 76.59 | - |
| YUV | 203.91 | 135.38 | 76.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 238 | 217 | 0.45 | 0 | 0.09 | 0.07 | 168.11 | 0.76 | 0.73 |
| Hex | 84 | EE | D9 | 2D | 0 | 9 | 7 | A8 | 4C | 49 |
| Octal | 204 | 356 | 331 | 55 | 0 | 11 | 7 | 250 | 114 | 111 |
| Binary | 10000100 | 11101110 | 11011001 | 101101 | 0 | 1001 | 111 | 10101000 | 1001100 | 1001001 |
Color Harmonies of #84EED9
Complementary color
Monochromatic Colors of #84EED9
Black with #84EED9
Text Example
Text Example
White with #84EED9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84EED9; }
p { color: rgb(132,238,217); }
H1.HeaderClassName
{
color: #84EED9;
}
.AnyTagClassName
{
color: #84EED9;
}
</style>
background-color css
<style>
a { background-color: #84EED9; }
a { background-color: rgb(132,238,217); }
div.DivClassName
{
background-color: #84EED9;
}
.BgClassName
{
background-color: #84EED9;
}
</style>
border-color css
<style>
span { border-color: #84EED9; }
span { border-color: rgb(132,238,217); }
td.TdClassName
{
border-color: #84EED9;
}
.TagClassName
{
border-color: #84EED9;
}
</style>