Shades of Aquamarine #84FAC9
Tints of Aquamarine #84FAC9
RGB
CMYK
RGB Variations
Color information
#84FAC9 (or 0x84FAC9) is known color: Aquamarine. HEX triplet: 84, FA and C9. RGB value is (132,250,201). Sum of RGB (Red+Green+Blue) = 132+250+201=583 (77% of max value = 765). Red value is 132 (51.95% from 255 or 22.64% from 583); Green value is 250 (98.05% from 255 or 42.88% from 583); Blue value is 201 (78.91% from 255 or 34.48% from 583); Max value from RGB is 250 - color contains mainly: green. Hex color #84FAC9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84FAC9 is #7B0536. Grayscale: #D1D1D1. Windows color (decimal): -8062263 or 13236868. OLE color: 13236868.
HSL color Cylindrical-coordinate representation of color #84FAC9: hue angle of 155.08º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #84FAC9 is Cyan = 0.47, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 132 | 250 | 201 | - |
| CMYK | 0.47 | 0 | 0.20 | 0.02 |
| HSL | 155.08º | 0.92% | 0.75% | - |
| HSV(B) | 155.08º | 0.47% | 0.98% | - |
| XYZ | 54.24 | 77.49 | 67.36 | - |
| YUV | 209.13 | 123.41 | 72.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 250 | 201 | 0.47 | 0 | 0.20 | 0.02 | 155.08 | 0.92 | 0.75 |
| Hex | 84 | FA | C9 | 2F | 0 | 14 | 2 | 9B | 5C | 4B |
| Octal | 204 | 372 | 311 | 57 | 0 | 24 | 2 | 233 | 134 | 113 |
| Binary | 10000100 | 11111010 | 11001001 | 101111 | 0 | 10100 | 10 | 10011011 | 1011100 | 1001011 |
Color Harmonies of #84FAC9
Complementary color
Monochromatic Colors of #84FAC9
Black with #84FAC9
Text Example
Text Example
White with #84FAC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84FAC9; }
p { color: rgb(132,250,201); }
H1.HeaderClassName
{
color: #84FAC9;
}
.AnyTagClassName
{
color: #84FAC9;
}
</style>
background-color css
<style>
a { background-color: #84FAC9; }
a { background-color: rgb(132,250,201); }
div.DivClassName
{
background-color: #84FAC9;
}
.BgClassName
{
background-color: #84FAC9;
}
</style>
border-color css
<style>
span { border-color: #84FAC9; }
span { border-color: rgb(132,250,201); }
td.TdClassName
{
border-color: #84FAC9;
}
.TagClassName
{
border-color: #84FAC9;
}
</style>