Shades of Aquamarine #84F6C0
Tints of Aquamarine #84F6C0
RGB
CMYK
RGB Variations
Color information
#84F6C0 (or 0x84F6C0) is known color: Aquamarine. HEX triplet: 84, F6 and C0. RGB value is (132,246,192). Sum of RGB (Red+Green+Blue) = 132+246+192=570 (75% of max value = 765). Red value is 132 (51.95% from 255 or 23.16% from 570); Green value is 246 (96.48% from 255 or 43.16% from 570); Blue value is 192 (75.39% from 255 or 33.68% from 570); Max value from RGB is 246 - color contains mainly: green. Hex color #84F6C0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84F6C0 is #7B093F. Grayscale: #CDCDCD. Windows color (decimal): -8063296 or 12646020. OLE color: 12646020.
HSL color Cylindrical-coordinate representation of color #84F6C0: hue angle of 151.58º degrees, saturation: 0.86, 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 #84F6C0 is Cyan = 0.46, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 132 | 246 | 192 | - |
| CMYK | 0.46 | 0 | 0.22 | 0.04 |
| HSL | 151.58º | 0.86% | 0.74% | - |
| HSV(B) | 151.58º | 0.46% | 0.96% | - |
| XYZ | 51.99 | 74.62 | 61.53 | - |
| YUV | 205.76 | 120.23 | 75.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 246 | 192 | 0.46 | 0 | 0.22 | 0.04 | 151.58 | 0.86 | 0.74 |
| Hex | 84 | F6 | C0 | 2E | 0 | 16 | 4 | 98 | 56 | 4A |
| Octal | 204 | 366 | 300 | 56 | 0 | 26 | 4 | 230 | 126 | 112 |
| Binary | 10000100 | 11110110 | 11000000 | 101110 | 0 | 10110 | 100 | 10011000 | 1010110 | 1001010 |
Color Harmonies of #84F6C0
Complementary color
Monochromatic Colors of #84F6C0
Black with #84F6C0
Text Example
Text Example
White with #84F6C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84F6C0; }
p { color: rgb(132,246,192); }
H1.HeaderClassName
{
color: #84F6C0;
}
.AnyTagClassName
{
color: #84F6C0;
}
</style>
background-color css
<style>
a { background-color: #84F6C0; }
a { background-color: rgb(132,246,192); }
div.DivClassName
{
background-color: #84F6C0;
}
.BgClassName
{
background-color: #84F6C0;
}
</style>
border-color css
<style>
span { border-color: #84F6C0; }
span { border-color: rgb(132,246,192); }
td.TdClassName
{
border-color: #84F6C0;
}
.TagClassName
{
border-color: #84F6C0;
}
</style>