Shades of Aquamarine #84FABF
Tints of Aquamarine #84FABF
RGB
CMYK
RGB Variations
Color information
#84FABF (or 0x84FABF) is known color: Aquamarine. HEX triplet: 84, FA and BF. RGB value is (132,250,191). Sum of RGB (Red+Green+Blue) = 132+250+191=573 (75% of max value = 765). Red value is 132 (51.95% from 255 or 23.04% from 573); Green value is 250 (98.05% from 255 or 43.63% from 573); Blue value is 191 (75% from 255 or 33.33% from 573); Max value from RGB is 250 - color contains mainly: green. Hex color #84FABF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84FABF is #7B0540. Grayscale: #D0D0D0. Windows color (decimal): -8062273 or 12581508. OLE color: 12581508.
HSL color Cylindrical-coordinate representation of color #84FABF: hue angle of 150º 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 #84FABF is Cyan = 0.47, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 132 | 250 | 191 | - |
| CMYK | 0.47 | 0 | 0.24 | 0.02 |
| HSL | 150º | 0.92% | 0.75% | - |
| HSV(B) | 150º | 0.47% | 0.98% | - |
| XYZ | 53.11 | 77.04 | 61.36 | - |
| YUV | 207.99 | 118.41 | 73.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 250 | 191 | 0.47 | 0 | 0.24 | 0.02 | 150 | 0.92 | 0.75 |
| Hex | 84 | FA | BF | 2F | 0 | 18 | 2 | 96 | 5C | 4B |
| Octal | 204 | 372 | 277 | 57 | 0 | 30 | 2 | 226 | 134 | 113 |
| Binary | 10000100 | 11111010 | 10111111 | 101111 | 0 | 11000 | 10 | 10010110 | 1011100 | 1001011 |
Color Harmonies of #84FABF
Complementary color
Monochromatic Colors of #84FABF
Black with #84FABF
Text Example
Text Example
White with #84FABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84FABF; }
p { color: rgb(132,250,191); }
H1.HeaderClassName
{
color: #84FABF;
}
.AnyTagClassName
{
color: #84FABF;
}
</style>
background-color css
<style>
a { background-color: #84FABF; }
a { background-color: rgb(132,250,191); }
div.DivClassName
{
background-color: #84FABF;
}
.BgClassName
{
background-color: #84FABF;
}
</style>
border-color css
<style>
span { border-color: #84FABF; }
span { border-color: rgb(132,250,191); }
td.TdClassName
{
border-color: #84FABF;
}
.TagClassName
{
border-color: #84FABF;
}
</style>