Shades of Aquamarine #84F3BA
Tints of Aquamarine #84F3BA
RGB
CMYK
RGB Variations
Color information
#84F3BA (or 0x84F3BA) is known color: Aquamarine. HEX triplet: 84, F3 and BA. RGB value is (132,243,186). Sum of RGB (Red+Green+Blue) = 132+243+186=561 (74% of max value = 765). Red value is 132 (51.95% from 255 or 23.53% from 561); Green value is 243 (95.31% from 255 or 43.32% from 561); Blue value is 186 (73.05% from 255 or 33.16% from 561); Max value from RGB is 243 - color contains mainly: green. Hex color #84F3BA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84F3BA is #7B0C45. Grayscale: #CBCBCB. Windows color (decimal): -8064070 or 12252036. OLE color: 12252036.
HSL color Cylindrical-coordinate representation of color #84F3BA: hue angle of 149.19º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #84F3BA is Cyan = 0.46, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 132 | 243 | 186 | - |
| CMYK | 0.46 | 0 | 0.23 | 0.05 |
| HSL | 149.19º | 0.82% | 0.74% | - |
| HSV(B) | 149.19º | 0.46% | 0.95% | - |
| XYZ | 50.43 | 72.55 | 57.8 | - |
| YUV | 203.31 | 118.23 | 77.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 243 | 186 | 0.46 | 0 | 0.23 | 0.05 | 149.19 | 0.82 | 0.74 |
| Hex | 84 | F3 | BA | 2E | 0 | 17 | 5 | 95 | 52 | 4A |
| Octal | 204 | 363 | 272 | 56 | 0 | 27 | 5 | 225 | 122 | 112 |
| Binary | 10000100 | 11110011 | 10111010 | 101110 | 0 | 10111 | 101 | 10010101 | 1010010 | 1001010 |
Color Harmonies of #84F3BA
Complementary color
Monochromatic Colors of #84F3BA
Black with #84F3BA
Text Example
Text Example
White with #84F3BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84F3BA; }
p { color: rgb(132,243,186); }
H1.HeaderClassName
{
color: #84F3BA;
}
.AnyTagClassName
{
color: #84F3BA;
}
</style>
background-color css
<style>
a { background-color: #84F3BA; }
a { background-color: rgb(132,243,186); }
div.DivClassName
{
background-color: #84F3BA;
}
.BgClassName
{
background-color: #84F3BA;
}
</style>
border-color css
<style>
span { border-color: #84F3BA; }
span { border-color: rgb(132,243,186); }
td.TdClassName
{
border-color: #84F3BA;
}
.TagClassName
{
border-color: #84F3BA;
}
</style>