Shades of Aquamarine #84FFCE
Tints of Aquamarine #84FFCE
RGB
CMYK
RGB Variations
Color information
#84FFCE (or 0x84FFCE) is known color: Aquamarine. HEX triplet: 84, FF and CE. RGB value is (132,255,206). Sum of RGB (Red+Green+Blue) = 132+255+206=593 (78% of max value = 765). Red value is 132 (51.95% from 255 or 22.26% from 593); Green value is 255 (100% from 255 or 43.00% from 593); Blue value is 206 (80.86% from 255 or 34.74% from 593); Max value from RGB is 255 - color contains mainly: green. Hex color #84FFCE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84FFCE is #7B0031. Grayscale: #D4D4D4. Windows color (decimal): -8060978 or 13565828. OLE color: 13565828.
HSL color Cylindrical-coordinate representation of color #84FFCE: hue angle of 156.1º 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 #84FFCE is Cyan = 0.48, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 132 | 255 | 206 | - |
| CMYK | 0.48 | 0 | 0.19 | 0 |
| HSL | 156.1º | 1% | 0.76% | - |
| HSV(B) | 156.1º | 0.48% | 1% | - |
| XYZ | 56.42 | 80.88 | 71.03 | - |
| YUV | 212.64 | 124.25 | 70.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 255 | 206 | 0.48 | 0 | 0.19 | 0 | 156.1 | 1 | 0.76 |
| Hex | 84 | FF | CE | 30 | 0 | 13 | 0 | 9C | 64 | 4C |
| Octal | 204 | 377 | 316 | 60 | 0 | 23 | 0 | 234 | 144 | 114 |
| Binary | 10000100 | 11111111 | 11001110 | 110000 | 0 | 10011 | 0 | 10011100 | 1100100 | 1001100 |
Color Harmonies of #84FFCE
Complementary color
Monochromatic Colors of #84FFCE
Black with #84FFCE
Text Example
Text Example
White with #84FFCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84FFCE; }
p { color: rgb(132,255,206); }
H1.HeaderClassName
{
color: #84FFCE;
}
.AnyTagClassName
{
color: #84FFCE;
}
</style>
background-color css
<style>
a { background-color: #84FFCE; }
a { background-color: rgb(132,255,206); }
div.DivClassName
{
background-color: #84FFCE;
}
.BgClassName
{
background-color: #84FFCE;
}
</style>
border-color css
<style>
span { border-color: #84FFCE; }
span { border-color: rgb(132,255,206); }
td.TdClassName
{
border-color: #84FFCE;
}
.TagClassName
{
border-color: #84FFCE;
}
</style>