Shades of Aquamarine #84FABB
Tints of Aquamarine #84FABB
RGB
CMYK
RGB Variations
Color information
#84FABB (or 0x84FABB) is known color: Aquamarine. HEX triplet: 84, FA and BB. RGB value is (132,250,187). Sum of RGB (Red+Green+Blue) = 132+250+187=569 (75% of max value = 765). Red value is 132 (51.95% from 255 or 23.20% from 569); Green value is 250 (98.05% from 255 or 43.94% from 569); Blue value is 187 (73.44% from 255 or 32.86% from 569); Max value from RGB is 250 - color contains mainly: green. Hex color #84FABB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84FABB is #7B0544. Grayscale: #CFCFCF. Windows color (decimal): -8062277 or 12319364. OLE color: 12319364.
HSL color Cylindrical-coordinate representation of color #84FABB: hue angle of 147.97º 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 #84FABB is Cyan = 0.47, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 132 | 250 | 187 | - |
| CMYK | 0.47 | 0 | 0.25 | 0.02 |
| HSL | 147.97º | 0.92% | 0.75% | - |
| HSV(B) | 147.97º | 0.47% | 0.98% | - |
| XYZ | 52.67 | 76.86 | 59.07 | - |
| YUV | 207.54 | 116.41 | 74.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 250 | 187 | 0.47 | 0 | 0.25 | 0.02 | 147.97 | 0.92 | 0.75 |
| Hex | 84 | FA | BB | 2F | 0 | 19 | 2 | 94 | 5C | 4B |
| Octal | 204 | 372 | 273 | 57 | 0 | 31 | 2 | 224 | 134 | 113 |
| Binary | 10000100 | 11111010 | 10111011 | 101111 | 0 | 11001 | 10 | 10010100 | 1011100 | 1001011 |
Color Harmonies of #84FABB
Complementary color
Monochromatic Colors of #84FABB
Black with #84FABB
Text Example
Text Example
White with #84FABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84FABB; }
p { color: rgb(132,250,187); }
H1.HeaderClassName
{
color: #84FABB;
}
.AnyTagClassName
{
color: #84FABB;
}
</style>
background-color css
<style>
a { background-color: #84FABB; }
a { background-color: rgb(132,250,187); }
div.DivClassName
{
background-color: #84FABB;
}
.BgClassName
{
background-color: #84FABB;
}
</style>
border-color css
<style>
span { border-color: #84FABB; }
span { border-color: rgb(132,250,187); }
td.TdClassName
{
border-color: #84FABB;
}
.TagClassName
{
border-color: #84FABB;
}
</style>