Shades of Aquamarine #84ECD8
Tints of Aquamarine #84ECD8
RGB
CMYK
RGB Variations
Color information
#84ECD8 (or 0x84ECD8) is known color: Aquamarine. HEX triplet: 84, EC and D8. RGB value is (132,236,216). Sum of RGB (Red+Green+Blue) = 132+236+216=584 (77% of max value = 765). Red value is 132 (51.95% from 255 or 22.60% from 584); Green value is 236 (92.58% from 255 or 40.41% from 584); Blue value is 216 (84.77% from 255 or 36.99% from 584); Max value from RGB is 236 - color contains mainly: green. Hex color #84ECD8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84ECD8 is #7B1327. Grayscale: #CACACA. Windows color (decimal): -8065832 or 14216324. OLE color: 14216324.
HSL color Cylindrical-coordinate representation of color #84ECD8: hue angle of 168.46º 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 #84ECD8 is Cyan = 0.44, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 132 | 236 | 216 | - |
| CMYK | 0.44 | 0 | 0.08 | 0.07 |
| HSL | 168.46º | 0.73% | 0.72% | - |
| HSV(B) | 168.46º | 0.44% | 0.93% | - |
| XYZ | 51.91 | 69.85 | 75.71 | - |
| YUV | 202.62 | 135.54 | 77.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 236 | 216 | 0.44 | 0 | 0.08 | 0.07 | 168.46 | 0.73 | 0.72 |
| Hex | 84 | EC | D8 | 2C | 0 | 8 | 7 | A8 | 49 | 48 |
| Octal | 204 | 354 | 330 | 54 | 0 | 10 | 7 | 250 | 111 | 110 |
| Binary | 10000100 | 11101100 | 11011000 | 101100 | 0 | 1000 | 111 | 10101000 | 1001001 | 1001000 |
Color Harmonies of #84ECD8
Complementary color
Monochromatic Colors of #84ECD8
Black with #84ECD8
Text Example
Text Example
White with #84ECD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84ECD8; }
p { color: rgb(132,236,216); }
H1.HeaderClassName
{
color: #84ECD8;
}
.AnyTagClassName
{
color: #84ECD8;
}
</style>
background-color css
<style>
a { background-color: #84ECD8; }
a { background-color: rgb(132,236,216); }
div.DivClassName
{
background-color: #84ECD8;
}
.BgClassName
{
background-color: #84ECD8;
}
</style>
border-color css
<style>
span { border-color: #84ECD8; }
span { border-color: rgb(132,236,216); }
td.TdClassName
{
border-color: #84ECD8;
}
.TagClassName
{
border-color: #84ECD8;
}
</style>