Shades of Aquamarine #84EED3
Tints of Aquamarine #84EED3
RGB
CMYK
RGB Variations
Color information
#84EED3 (or 0x84EED3) is known color: Aquamarine. HEX triplet: 84, EE and D3. RGB value is (132,238,211). Sum of RGB (Red+Green+Blue) = 132+238+211=581 (76% of max value = 765). Red value is 132 (51.95% from 255 or 22.72% from 581); Green value is 238 (93.36% from 255 or 40.96% from 581); Blue value is 211 (82.81% from 255 or 36.32% from 581); Max value from RGB is 238 - color contains mainly: green. Hex color #84EED3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84EED3 is #7B112C. Grayscale: #CBCBCB. Windows color (decimal): -8065325 or 13889156. OLE color: 13889156.
HSL color Cylindrical-coordinate representation of color #84EED3: hue angle of 164.72º 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 #84EED3 is Cyan = 0.45, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 132 | 238 | 211 | - |
| CMYK | 0.45 | 0 | 0.11 | 0.07 |
| HSL | 164.72º | 0.76% | 0.73% | - |
| HSV(B) | 164.72º | 0.45% | 0.93% | - |
| XYZ | 51.85 | 70.76 | 72.55 | - |
| YUV | 203.23 | 132.38 | 77.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 238 | 211 | 0.45 | 0 | 0.11 | 0.07 | 164.72 | 0.76 | 0.73 |
| Hex | 84 | EE | D3 | 2D | 0 | B | 7 | A5 | 4C | 49 |
| Octal | 204 | 356 | 323 | 55 | 0 | 13 | 7 | 245 | 114 | 111 |
| Binary | 10000100 | 11101110 | 11010011 | 101101 | 0 | 1011 | 111 | 10100101 | 1001100 | 1001001 |
Color Harmonies of #84EED3
Complementary color
Monochromatic Colors of #84EED3
Black with #84EED3
Text Example
Text Example
White with #84EED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84EED3; }
p { color: rgb(132,238,211); }
H1.HeaderClassName
{
color: #84EED3;
}
.AnyTagClassName
{
color: #84EED3;
}
</style>
background-color css
<style>
a { background-color: #84EED3; }
a { background-color: rgb(132,238,211); }
div.DivClassName
{
background-color: #84EED3;
}
.BgClassName
{
background-color: #84EED3;
}
</style>
border-color css
<style>
span { border-color: #84EED3; }
span { border-color: rgb(132,238,211); }
td.TdClassName
{
border-color: #84EED3;
}
.TagClassName
{
border-color: #84EED3;
}
</style>