Shades of Aquamarine #84ECD3
Tints of Aquamarine #84ECD3
RGB
CMYK
RGB Variations
Color information
#84ECD3 (or 0x84ECD3) is known color: Aquamarine. HEX triplet: 84, EC and D3. RGB value is (132,236,211). Sum of RGB (Red+Green+Blue) = 132+236+211=579 (76% of max value = 765). Red value is 132 (51.95% from 255 or 22.80% from 579); Green value is 236 (92.58% from 255 or 40.76% from 579); Blue value is 211 (82.81% from 255 or 36.44% from 579); Max value from RGB is 236 - color contains mainly: green. Hex color #84ECD3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84ECD3 is #7B132C. Grayscale: #CACACA. Windows color (decimal): -8065837 or 13888644. OLE color: 13888644.
HSL color Cylindrical-coordinate representation of color #84ECD3: hue angle of 165.58º 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 #84ECD3 is Cyan = 0.44, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 132 | 236 | 211 | - |
| CMYK | 0.44 | 0 | 0.11 | 0.07 |
| HSL | 165.58º | 0.73% | 0.72% | - |
| HSV(B) | 165.58º | 0.44% | 0.93% | - |
| XYZ | 51.27 | 69.6 | 72.36 | - |
| YUV | 202.05 | 133.04 | 78.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 236 | 211 | 0.44 | 0 | 0.11 | 0.07 | 165.58 | 0.73 | 0.72 |
| Hex | 84 | EC | D3 | 2C | 0 | B | 7 | A6 | 49 | 48 |
| Octal | 204 | 354 | 323 | 54 | 0 | 13 | 7 | 246 | 111 | 110 |
| Binary | 10000100 | 11101100 | 11010011 | 101100 | 0 | 1011 | 111 | 10100110 | 1001001 | 1001000 |
Color Harmonies of #84ECD3
Complementary color
Monochromatic Colors of #84ECD3
Black with #84ECD3
Text Example
Text Example
White with #84ECD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84ECD3; }
p { color: rgb(132,236,211); }
H1.HeaderClassName
{
color: #84ECD3;
}
.AnyTagClassName
{
color: #84ECD3;
}
</style>
background-color css
<style>
a { background-color: #84ECD3; }
a { background-color: rgb(132,236,211); }
div.DivClassName
{
background-color: #84ECD3;
}
.BgClassName
{
background-color: #84ECD3;
}
</style>
border-color css
<style>
span { border-color: #84ECD3; }
span { border-color: rgb(132,236,211); }
td.TdClassName
{
border-color: #84ECD3;
}
.TagClassName
{
border-color: #84ECD3;
}
</style>