Shades of Aquamarine #84FCCE
Tints of Aquamarine #84FCCE
RGB
CMYK
RGB Variations
Color information
#84FCCE (or 0x84FCCE) is known color: Aquamarine. HEX triplet: 84, FC and CE. RGB value is (132,252,206). Sum of RGB (Red+Green+Blue) = 132+252+206=590 (78% of max value = 765). Red value is 132 (51.95% from 255 or 22.37% from 590); Green value is 252 (98.83% from 255 or 42.71% from 590); Blue value is 206 (80.86% from 255 or 34.92% from 590); Max value from RGB is 252 - color contains mainly: green. Hex color #84FCCE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84FCCE is #7B0331. Grayscale: #D2D2D2. Windows color (decimal): -8061746 or 13565060. OLE color: 13565060.
HSL color Cylindrical-coordinate representation of color #84FCCE: hue angle of 157º 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 #84FCCE is Cyan = 0.48, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 132 | 252 | 206 | - |
| CMYK | 0.48 | 0 | 0.18 | 0.01 |
| HSL | 157º | 0.95% | 0.75% | - |
| HSV(B) | 157º | 0.48% | 0.99% | - |
| XYZ | 55.47 | 78.98 | 70.71 | - |
| YUV | 210.88 | 125.24 | 71.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 252 | 206 | 0.48 | 0 | 0.18 | 0.01 | 157 | 0.95 | 0.75 |
| Hex | 84 | FC | CE | 30 | 0 | 12 | 1 | 9D | 5F | 4B |
| Octal | 204 | 374 | 316 | 60 | 0 | 22 | 1 | 235 | 137 | 113 |
| Binary | 10000100 | 11111100 | 11001110 | 110000 | 0 | 10010 | 1 | 10011101 | 1011111 | 1001011 |
Color Harmonies of #84FCCE
Complementary color
Monochromatic Colors of #84FCCE
Black with #84FCCE
Text Example
Text Example
White with #84FCCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84FCCE; }
p { color: rgb(132,252,206); }
H1.HeaderClassName
{
color: #84FCCE;
}
.AnyTagClassName
{
color: #84FCCE;
}
</style>
background-color css
<style>
a { background-color: #84FCCE; }
a { background-color: rgb(132,252,206); }
div.DivClassName
{
background-color: #84FCCE;
}
.BgClassName
{
background-color: #84FCCE;
}
</style>
border-color css
<style>
span { border-color: #84FCCE; }
span { border-color: rgb(132,252,206); }
td.TdClassName
{
border-color: #84FCCE;
}
.TagClassName
{
border-color: #84FCCE;
}
</style>