Shades of Aquamarine #84FCBE
Tints of Aquamarine #84FCBE
RGB
CMYK
RGB Variations
Color information
#84FCBE (or 0x84FCBE) is known color: Aquamarine. HEX triplet: 84, FC and BE. RGB value is (132,252,190). Sum of RGB (Red+Green+Blue) = 132+252+190=574 (76% of max value = 765). Red value is 132 (51.95% from 255 or 23.00% from 574); Green value is 252 (98.83% from 255 or 43.90% from 574); Blue value is 190 (74.61% from 255 or 33.10% from 574); Max value from RGB is 252 - color contains mainly: green. Hex color #84FCBE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84FCBE is #7B0341. Grayscale: #D1D1D1. Windows color (decimal): -8061762 or 12516484. OLE color: 12516484.
HSL color Cylindrical-coordinate representation of color #84FCBE: hue angle of 149º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #84FCBE is Cyan = 0.48, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 132 | 252 | 190 | - |
| CMYK | 0.48 | 0 | 0.25 | 0.01 |
| HSL | 149º | 0.95% | 0.75% | - |
| HSV(B) | 149º | 0.48% | 0.99% | - |
| XYZ | 53.62 | 78.24 | 60.99 | - |
| YUV | 209.05 | 117.24 | 73.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 252 | 190 | 0.48 | 0 | 0.25 | 0.01 | 149 | 0.95 | 0.75 |
| Hex | 84 | FC | BE | 30 | 0 | 19 | 1 | 95 | 5F | 4B |
| Octal | 204 | 374 | 276 | 60 | 0 | 31 | 1 | 225 | 137 | 113 |
| Binary | 10000100 | 11111100 | 10111110 | 110000 | 0 | 11001 | 1 | 10010101 | 1011111 | 1001011 |
Color Harmonies of #84FCBE
Complementary color
Monochromatic Colors of #84FCBE
Black with #84FCBE
Text Example
Text Example
White with #84FCBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84FCBE; }
p { color: rgb(132,252,190); }
H1.HeaderClassName
{
color: #84FCBE;
}
.AnyTagClassName
{
color: #84FCBE;
}
</style>
background-color css
<style>
a { background-color: #84FCBE; }
a { background-color: rgb(132,252,190); }
div.DivClassName
{
background-color: #84FCBE;
}
.BgClassName
{
background-color: #84FCBE;
}
</style>
border-color css
<style>
span { border-color: #84FCBE; }
span { border-color: rgb(132,252,190); }
td.TdClassName
{
border-color: #84FCBE;
}
.TagClassName
{
border-color: #84FCBE;
}
</style>