Shades of Aquamarine #84EECB
Tints of Aquamarine #84EECB
RGB
CMYK
RGB Variations
Color information
#84EECB (or 0x84EECB) is known color: Aquamarine. HEX triplet: 84, EE and CB. RGB value is (132,238,203). Sum of RGB (Red+Green+Blue) = 132+238+203=573 (75% of max value = 765). Red value is 132 (51.95% from 255 or 23.04% from 573); Green value is 238 (93.36% from 255 or 41.54% from 573); Blue value is 203 (79.69% from 255 or 35.43% from 573); Max value from RGB is 238 - color contains mainly: green. Hex color #84EECB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84EECB is #7B1134. Grayscale: #CACACA. Windows color (decimal): -8065333 or 13364868. OLE color: 13364868.
HSL color Cylindrical-coordinate representation of color #84EECB: hue angle of 160.19º 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 #84EECB is Cyan = 0.45, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 132 | 238 | 203 | - |
| CMYK | 0.45 | 0 | 0.15 | 0.07 |
| HSL | 160.19º | 0.76% | 0.73% | - |
| HSV(B) | 160.19º | 0.45% | 0.93% | - |
| XYZ | 50.87 | 70.37 | 67.4 | - |
| YUV | 202.32 | 128.38 | 77.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 238 | 203 | 0.45 | 0 | 0.15 | 0.07 | 160.19 | 0.76 | 0.73 |
| Hex | 84 | EE | CB | 2D | 0 | F | 7 | A0 | 4C | 49 |
| Octal | 204 | 356 | 313 | 55 | 0 | 17 | 7 | 240 | 114 | 111 |
| Binary | 10000100 | 11101110 | 11001011 | 101101 | 0 | 1111 | 111 | 10100000 | 1001100 | 1001001 |
Color Harmonies of #84EECB
Complementary color
Monochromatic Colors of #84EECB
Black with #84EECB
Text Example
Text Example
White with #84EECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84EECB; }
p { color: rgb(132,238,203); }
H1.HeaderClassName
{
color: #84EECB;
}
.AnyTagClassName
{
color: #84EECB;
}
</style>
background-color css
<style>
a { background-color: #84EECB; }
a { background-color: rgb(132,238,203); }
div.DivClassName
{
background-color: #84EECB;
}
.BgClassName
{
background-color: #84EECB;
}
</style>
border-color css
<style>
span { border-color: #84EECB; }
span { border-color: rgb(132,238,203); }
td.TdClassName
{
border-color: #84EECB;
}
.TagClassName
{
border-color: #84EECB;
}
</style>