Shades of Aquamarine #84F4BC
Tints of Aquamarine #84F4BC
RGB
CMYK
RGB Variations
Color information
#84F4BC (or 0x84F4BC) is known color: Aquamarine. HEX triplet: 84, F4 and BC. RGB value is (132,244,188). Sum of RGB (Red+Green+Blue) = 132+244+188=564 (74% of max value = 765). Red value is 132 (51.95% from 255 or 23.40% from 564); Green value is 244 (95.70% from 255 or 43.26% from 564); Blue value is 188 (73.83% from 255 or 33.33% from 564); Max value from RGB is 244 - color contains mainly: green. Hex color #84F4BC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84F4BC is #7B0B43. Grayscale: #CCCCCC. Windows color (decimal): -8063812 or 12383364. OLE color: 12383364.
HSL color Cylindrical-coordinate representation of color #84F4BC: hue angle of 150º degrees, saturation: 0.84, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #84F4BC is Cyan = 0.46, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 132 | 244 | 188 | - |
| CMYK | 0.46 | 0 | 0.23 | 0.04 |
| HSL | 150º | 0.84% | 0.74% | - |
| HSV(B) | 150º | 0.46% | 0.96% | - |
| XYZ | 50.94 | 73.24 | 59.03 | - |
| YUV | 204.13 | 118.89 | 76.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 244 | 188 | 0.46 | 0 | 0.23 | 0.04 | 150 | 0.84 | 0.74 |
| Hex | 84 | F4 | BC | 2E | 0 | 17 | 4 | 96 | 54 | 4A |
| Octal | 204 | 364 | 274 | 56 | 0 | 27 | 4 | 226 | 124 | 112 |
| Binary | 10000100 | 11110100 | 10111100 | 101110 | 0 | 10111 | 100 | 10010110 | 1010100 | 1001010 |
Color Harmonies of #84F4BC
Complementary color
Monochromatic Colors of #84F4BC
Black with #84F4BC
Text Example
Text Example
White with #84F4BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84F4BC; }
p { color: rgb(132,244,188); }
H1.HeaderClassName
{
color: #84F4BC;
}
.AnyTagClassName
{
color: #84F4BC;
}
</style>
background-color css
<style>
a { background-color: #84F4BC; }
a { background-color: rgb(132,244,188); }
div.DivClassName
{
background-color: #84F4BC;
}
.BgClassName
{
background-color: #84F4BC;
}
</style>
border-color css
<style>
span { border-color: #84F4BC; }
span { border-color: rgb(132,244,188); }
td.TdClassName
{
border-color: #84F4BC;
}
.TagClassName
{
border-color: #84F4BC;
}
</style>