Shades of Aquamarine #84EFC6
Tints of Aquamarine #84EFC6
RGB
CMYK
RGB Variations
Color information
#84EFC6 (or 0x84EFC6) is known color: Aquamarine. HEX triplet: 84, EF and C6. RGB value is (132,239,198). Sum of RGB (Red+Green+Blue) = 132+239+198=569 (75% of max value = 765). Red value is 132 (51.95% from 255 or 23.20% from 569); Green value is 239 (93.75% from 255 or 42.00% from 569); Blue value is 198 (77.73% from 255 or 34.80% from 569); Max value from RGB is 239 - color contains mainly: green. Hex color #84EFC6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84EFC6 is #7B1039. Grayscale: #CACACA. Windows color (decimal): -8065082 or 13037444. OLE color: 13037444.
HSL color Cylindrical-coordinate representation of color #84EFC6: hue angle of 157.01º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #84EFC6 is Cyan = 0.45, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 132 | 239 | 198 | - |
| CMYK | 0.45 | 0 | 0.17 | 0.06 |
| HSL | 157.01º | 0.77% | 0.73% | - |
| HSV(B) | 157.01º | 0.45% | 0.94% | - |
| XYZ | 50.58 | 70.72 | 64.41 | - |
| YUV | 202.33 | 125.55 | 77.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 239 | 198 | 0.45 | 0 | 0.17 | 0.06 | 157.01 | 0.77 | 0.73 |
| Hex | 84 | EF | C6 | 2D | 0 | 11 | 6 | 9D | 4D | 49 |
| Octal | 204 | 357 | 306 | 55 | 0 | 21 | 6 | 235 | 115 | 111 |
| Binary | 10000100 | 11101111 | 11000110 | 101101 | 0 | 10001 | 110 | 10011101 | 1001101 | 1001001 |
Color Harmonies of #84EFC6
Complementary color
Monochromatic Colors of #84EFC6
Black with #84EFC6
Text Example
Text Example
White with #84EFC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84EFC6; }
p { color: rgb(132,239,198); }
H1.HeaderClassName
{
color: #84EFC6;
}
.AnyTagClassName
{
color: #84EFC6;
}
</style>
background-color css
<style>
a { background-color: #84EFC6; }
a { background-color: rgb(132,239,198); }
div.DivClassName
{
background-color: #84EFC6;
}
.BgClassName
{
background-color: #84EFC6;
}
</style>
border-color css
<style>
span { border-color: #84EFC6; }
span { border-color: rgb(132,239,198); }
td.TdClassName
{
border-color: #84EFC6;
}
.TagClassName
{
border-color: #84EFC6;
}
</style>