Shades of Aquamarine #84FABA
Tints of Aquamarine #84FABA
RGB
CMYK
RGB Variations
Color information
#84FABA (or 0x84FABA) is known color: Aquamarine. HEX triplet: 84, FA and BA. RGB value is (132,250,186). Sum of RGB (Red+Green+Blue) = 132+250+186=568 (75% of max value = 765). Red value is 132 (51.95% from 255 or 23.24% from 568); Green value is 250 (98.05% from 255 or 44.01% from 568); Blue value is 186 (73.05% from 255 or 32.75% from 568); Max value from RGB is 250 - color contains mainly: green. Hex color #84FABA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84FABA is #7B0545. Grayscale: #CFCFCF. Windows color (decimal): -8062278 or 12253828. OLE color: 12253828.
HSL color Cylindrical-coordinate representation of color #84FABA: hue angle of 147.46º 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 #84FABA is Cyan = 0.47, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 132 | 250 | 186 | - |
| CMYK | 0.47 | 0 | 0.26 | 0.02 |
| HSL | 147.46º | 0.92% | 0.75% | - |
| HSV(B) | 147.46º | 0.47% | 0.98% | - |
| XYZ | 52.56 | 76.82 | 58.51 | - |
| YUV | 207.42 | 115.91 | 74.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 250 | 186 | 0.47 | 0 | 0.26 | 0.02 | 147.46 | 0.92 | 0.75 |
| Hex | 84 | FA | BA | 2F | 0 | 1A | 2 | 93 | 5C | 4B |
| Octal | 204 | 372 | 272 | 57 | 0 | 32 | 2 | 223 | 134 | 113 |
| Binary | 10000100 | 11111010 | 10111010 | 101111 | 0 | 11010 | 10 | 10010011 | 1011100 | 1001011 |
Color Harmonies of #84FABA
Complementary color
Monochromatic Colors of #84FABA
Black with #84FABA
Text Example
Text Example
White with #84FABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84FABA; }
p { color: rgb(132,250,186); }
H1.HeaderClassName
{
color: #84FABA;
}
.AnyTagClassName
{
color: #84FABA;
}
</style>
background-color css
<style>
a { background-color: #84FABA; }
a { background-color: rgb(132,250,186); }
div.DivClassName
{
background-color: #84FABA;
}
.BgClassName
{
background-color: #84FABA;
}
</style>
border-color css
<style>
span { border-color: #84FABA; }
span { border-color: rgb(132,250,186); }
td.TdClassName
{
border-color: #84FABA;
}
.TagClassName
{
border-color: #84FABA;
}
</style>