Shades of Aquamarine #84F4D4
Tints of Aquamarine #84F4D4
RGB
CMYK
RGB Variations
Color information
#84F4D4 (or 0x84F4D4) is known color: Aquamarine. HEX triplet: 84, F4 and D4. RGB value is (132,244,212). Sum of RGB (Red+Green+Blue) = 132+244+212=588 (77% of max value = 765). Red value is 132 (51.95% from 255 or 22.45% from 588); Green value is 244 (95.70% from 255 or 41.50% from 588); Blue value is 212 (83.20% from 255 or 36.05% from 588); Max value from RGB is 244 - color contains mainly: green. Hex color #84F4D4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84F4D4 is #7B0B2B. Grayscale: #CECECE. Windows color (decimal): -8063788 or 13956228. OLE color: 13956228.
HSL color Cylindrical-coordinate representation of color #84F4D4: hue angle of 162.86º degrees, saturation: 0.84, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #84F4D4 is Cyan = 0.46, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 132 | 244 | 212 | - |
| CMYK | 0.46 | 0 | 0.13 | 0.04 |
| HSL | 162.86º | 0.84% | 0.74% | - |
| HSV(B) | 162.86º | 0.46% | 0.96% | - |
| XYZ | 53.75 | 74.36 | 73.81 | - |
| YUV | 206.86 | 130.89 | 74.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 244 | 212 | 0.46 | 0 | 0.13 | 0.04 | 162.86 | 0.84 | 0.74 |
| Hex | 84 | F4 | D4 | 2E | 0 | D | 4 | A3 | 54 | 4A |
| Octal | 204 | 364 | 324 | 56 | 0 | 15 | 4 | 243 | 124 | 112 |
| Binary | 10000100 | 11110100 | 11010100 | 101110 | 0 | 1101 | 100 | 10100011 | 1010100 | 1001010 |
Color Harmonies of #84F4D4
Complementary color
Monochromatic Colors of #84F4D4
Black with #84F4D4
Text Example
Text Example
White with #84F4D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84F4D4; }
p { color: rgb(132,244,212); }
H1.HeaderClassName
{
color: #84F4D4;
}
.AnyTagClassName
{
color: #84F4D4;
}
</style>
background-color css
<style>
a { background-color: #84F4D4; }
a { background-color: rgb(132,244,212); }
div.DivClassName
{
background-color: #84F4D4;
}
.BgClassName
{
background-color: #84F4D4;
}
</style>
border-color css
<style>
span { border-color: #84F4D4; }
span { border-color: rgb(132,244,212); }
td.TdClassName
{
border-color: #84F4D4;
}
.TagClassName
{
border-color: #84F4D4;
}
</style>