Shades of Aquamarine #84F0C9
Tints of Aquamarine #84F0C9
RGB
CMYK
RGB Variations
Color information
#84F0C9 (or 0x84F0C9) is known color: Aquamarine. HEX triplet: 84, F0 and C9. RGB value is (132,240,201). Sum of RGB (Red+Green+Blue) = 132+240+201=573 (75% of max value = 765). Red value is 132 (51.95% from 255 or 23.04% from 573); Green value is 240 (94.14% from 255 or 41.88% from 573); Blue value is 201 (78.91% from 255 or 35.08% from 573); Max value from RGB is 240 - color contains mainly: green. Hex color #84F0C9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84F0C9 is #7B0F36. Grayscale: #CBCBCB. Windows color (decimal): -8064823 or 13234308. OLE color: 13234308.
HSL color Cylindrical-coordinate representation of color #84F0C9: hue angle of 158.33º degrees, saturation: 0.78, 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 #84F0C9 is Cyan = 0.45, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 132 | 240 | 201 | - |
| CMYK | 0.45 | 0 | 0.16 | 0.06 |
| HSL | 158.33º | 0.78% | 0.73% | - |
| HSV(B) | 158.33º | 0.45% | 0.94% | - |
| XYZ | 51.22 | 71.44 | 66.35 | - |
| YUV | 203.26 | 126.72 | 77.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 240 | 201 | 0.45 | 0 | 0.16 | 0.06 | 158.33 | 0.78 | 0.73 |
| Hex | 84 | F0 | C9 | 2D | 0 | 10 | 6 | 9E | 4E | 49 |
| Octal | 204 | 360 | 311 | 55 | 0 | 20 | 6 | 236 | 116 | 111 |
| Binary | 10000100 | 11110000 | 11001001 | 101101 | 0 | 10000 | 110 | 10011110 | 1001110 | 1001001 |
Color Harmonies of #84F0C9
Complementary color
Monochromatic Colors of #84F0C9
Black with #84F0C9
Text Example
Text Example
White with #84F0C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84F0C9; }
p { color: rgb(132,240,201); }
H1.HeaderClassName
{
color: #84F0C9;
}
.AnyTagClassName
{
color: #84F0C9;
}
</style>
background-color css
<style>
a { background-color: #84F0C9; }
a { background-color: rgb(132,240,201); }
div.DivClassName
{
background-color: #84F0C9;
}
.BgClassName
{
background-color: #84F0C9;
}
</style>
border-color css
<style>
span { border-color: #84F0C9; }
span { border-color: rgb(132,240,201); }
td.TdClassName
{
border-color: #84F0C9;
}
.TagClassName
{
border-color: #84F0C9;
}
</style>