Shades of Aquamarine #84FFEB
Tints of Aquamarine #84FFEB
RGB
CMYK
RGB Variations
Color information
#84FFEB (or 0x84FFEB) is known color: Aquamarine. HEX triplet: 84, FF and EB. RGB value is (132,255,235). Sum of RGB (Red+Green+Blue) = 132+255+235=622 (82% of max value = 765). Red value is 132 (51.95% from 255 or 21.22% from 622); Green value is 255 (100% from 255 or 41.00% from 622); Blue value is 235 (92.19% from 255 or 37.78% from 622); Max value from RGB is 255 - color contains mainly: green. Hex color #84FFEB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #84FFEB is #7B0014. Grayscale: #D7D7D7. Windows color (decimal): -8060949 or 15466372. OLE color: 15466372.
HSL color Cylindrical-coordinate representation of color #84FFEB: hue angle of 170.24º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #84FFEB is Cyan = 0.48, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.
Color convert
| RGB | 132 | 255 | 235 | - |
| CMYK | 0.48 | 0 | 0.08 | 0 |
| HSL | 170.24º | 1% | 0.76% | - |
| HSV(B) | 170.24º | 0.48% | 1% | - |
| XYZ | 60.27 | 82.42 | 91.33 | - |
| YUV | 215.94 | 138.75 | 68.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 255 | 235 | 0.48 | 0 | 0.08 | 0 | 170.24 | 1 | 0.76 |
| Hex | 84 | FF | EB | 30 | 0 | 8 | 0 | AA | 64 | 4C |
| Octal | 204 | 377 | 353 | 60 | 0 | 10 | 0 | 252 | 144 | 114 |
| Binary | 10000100 | 11111111 | 11101011 | 110000 | 0 | 1000 | 0 | 10101010 | 1100100 | 1001100 |
Color Harmonies of #84FFEB
Complementary color
Monochromatic Colors of #84FFEB
Black with #84FFEB
Text Example
Text Example
White with #84FFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84FFEB; }
p { color: rgb(132,255,235); }
H1.HeaderClassName
{
color: #84FFEB;
}
.AnyTagClassName
{
color: #84FFEB;
}
</style>
background-color css
<style>
a { background-color: #84FFEB; }
a { background-color: rgb(132,255,235); }
div.DivClassName
{
background-color: #84FFEB;
}
.BgClassName
{
background-color: #84FFEB;
}
</style>
border-color css
<style>
span { border-color: #84FFEB; }
span { border-color: rgb(132,255,235); }
td.TdClassName
{
border-color: #84FFEB;
}
.TagClassName
{
border-color: #84FFEB;
}
</style>