Shades of Aquamarine #84F1BA
Tints of Aquamarine #84F1BA
RGB
CMYK
RGB Variations
Color information
#84F1BA (or 0x84F1BA) is known color: Aquamarine. HEX triplet: 84, F1 and BA. RGB value is (132,241,186). Sum of RGB (Red+Green+Blue) = 132+241+186=559 (74% of max value = 765). Red value is 132 (51.95% from 255 or 23.61% from 559); Green value is 241 (94.53% from 255 or 43.11% from 559); Blue value is 186 (73.05% from 255 or 33.27% from 559); Max value from RGB is 241 - color contains mainly: green. Hex color #84F1BA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84F1BA is #7B0E45. Grayscale: #CACACA. Windows color (decimal): -8064582 or 12251524. OLE color: 12251524.
HSL color Cylindrical-coordinate representation of color #84F1BA: hue angle of 149.72º degrees, saturation: 0.8, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #84F1BA is Cyan = 0.45, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 132 | 241 | 186 | - |
| CMYK | 0.45 | 0 | 0.23 | 0.05 |
| HSL | 149.72º | 0.8% | 0.73% | - |
| HSV(B) | 149.72º | 0.45% | 0.95% | - |
| XYZ | 49.83 | 71.36 | 57.6 | - |
| YUV | 202.14 | 118.89 | 77.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 241 | 186 | 0.45 | 0 | 0.23 | 0.05 | 149.72 | 0.8 | 0.73 |
| Hex | 84 | F1 | BA | 2D | 0 | 17 | 5 | 96 | 50 | 49 |
| Octal | 204 | 361 | 272 | 55 | 0 | 27 | 5 | 226 | 120 | 111 |
| Binary | 10000100 | 11110001 | 10111010 | 101101 | 0 | 10111 | 101 | 10010110 | 1010000 | 1001001 |
Color Harmonies of #84F1BA
Complementary color
Monochromatic Colors of #84F1BA
Black with #84F1BA
Text Example
Text Example
White with #84F1BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84F1BA; }
p { color: rgb(132,241,186); }
H1.HeaderClassName
{
color: #84F1BA;
}
.AnyTagClassName
{
color: #84F1BA;
}
</style>
background-color css
<style>
a { background-color: #84F1BA; }
a { background-color: rgb(132,241,186); }
div.DivClassName
{
background-color: #84F1BA;
}
.BgClassName
{
background-color: #84F1BA;
}
</style>
border-color css
<style>
span { border-color: #84F1BA; }
span { border-color: rgb(132,241,186); }
td.TdClassName
{
border-color: #84F1BA;
}
.TagClassName
{
border-color: #84F1BA;
}
</style>