Shades of Aquamarine #84EBE0
Tints of Aquamarine #84EBE0
RGB
CMYK
RGB Variations
Color information
#84EBE0 (or 0x84EBE0) is known color: Aquamarine. HEX triplet: 84, EB and E0. RGB value is (132,235,224). Sum of RGB (Red+Green+Blue) = 132+235+224=591 (78% of max value = 765). Red value is 132 (51.95% from 255 or 22.34% from 591); Green value is 235 (92.19% from 255 or 39.76% from 591); Blue value is 224 (87.89% from 255 or 37.90% from 591); Max value from RGB is 235 - color contains mainly: green. Hex color #84EBE0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84EBE0 is #7B141F. Grayscale: #CACACA. Windows color (decimal): -8066080 or 14740356. OLE color: 14740356.
HSL color Cylindrical-coordinate representation of color #84EBE0: hue angle of 173.59º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #84EBE0 is Cyan = 0.44, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 132 | 235 | 224 | - |
| CMYK | 0.44 | 0 | 0.05 | 0.08 |
| HSL | 173.59º | 0.72% | 0.72% | - |
| HSV(B) | 173.59º | 0.44% | 0.92% | - |
| XYZ | 52.68 | 69.7 | 81.2 | - |
| YUV | 202.95 | 139.88 | 77.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 235 | 224 | 0.44 | 0 | 0.05 | 0.08 | 173.59 | 0.72 | 0.72 |
| Hex | 84 | EB | E0 | 2C | 0 | 5 | 8 | AE | 48 | 48 |
| Octal | 204 | 353 | 340 | 54 | 0 | 5 | 10 | 256 | 110 | 110 |
| Binary | 10000100 | 11101011 | 11100000 | 101100 | 0 | 101 | 1000 | 10101110 | 1001000 | 1001000 |
Color Harmonies of #84EBE0
Complementary color
Monochromatic Colors of #84EBE0
Black with #84EBE0
Text Example
Text Example
White with #84EBE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84EBE0; }
p { color: rgb(132,235,224); }
H1.HeaderClassName
{
color: #84EBE0;
}
.AnyTagClassName
{
color: #84EBE0;
}
</style>
background-color css
<style>
a { background-color: #84EBE0; }
a { background-color: rgb(132,235,224); }
div.DivClassName
{
background-color: #84EBE0;
}
.BgClassName
{
background-color: #84EBE0;
}
</style>
border-color css
<style>
span { border-color: #84EBE0; }
span { border-color: rgb(132,235,224); }
td.TdClassName
{
border-color: #84EBE0;
}
.TagClassName
{
border-color: #84EBE0;
}
</style>