Shades of Aquamarine #84FCCC
Tints of Aquamarine #84FCCC
RGB
CMYK
RGB Variations
Color information
#84FCCC (or 0x84FCCC) is known color: Aquamarine. HEX triplet: 84, FC and CC. RGB value is (132,252,204). Sum of RGB (Red+Green+Blue) = 132+252+204=588 (77% of max value = 765). Red value is 132 (51.95% from 255 or 22.45% from 588); Green value is 252 (98.83% from 255 or 42.86% from 588); Blue value is 204 (80.08% from 255 or 34.69% from 588); Max value from RGB is 252 - color contains mainly: green. Hex color #84FCCC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84FCCC is #7B0333. Grayscale: #D2D2D2. Windows color (decimal): -8061748 or 13433988. OLE color: 13433988.
HSL color Cylindrical-coordinate representation of color #84FCCC: hue angle of 156º 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 #84FCCC is Cyan = 0.48, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 132 | 252 | 204 | - |
| CMYK | 0.48 | 0 | 0.19 | 0.01 |
| HSL | 156º | 0.95% | 0.75% | - |
| HSV(B) | 156º | 0.48% | 0.99% | - |
| XYZ | 55.23 | 78.89 | 69.44 | - |
| YUV | 210.65 | 124.24 | 71.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 252 | 204 | 0.48 | 0 | 0.19 | 0.01 | 156 | 0.95 | 0.75 |
| Hex | 84 | FC | CC | 30 | 0 | 13 | 1 | 9C | 5F | 4B |
| Octal | 204 | 374 | 314 | 60 | 0 | 23 | 1 | 234 | 137 | 113 |
| Binary | 10000100 | 11111100 | 11001100 | 110000 | 0 | 10011 | 1 | 10011100 | 1011111 | 1001011 |
Color Harmonies of #84FCCC
Complementary color
Monochromatic Colors of #84FCCC
Black with #84FCCC
Text Example
Text Example
White with #84FCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84FCCC; }
p { color: rgb(132,252,204); }
H1.HeaderClassName
{
color: #84FCCC;
}
.AnyTagClassName
{
color: #84FCCC;
}
</style>
background-color css
<style>
a { background-color: #84FCCC; }
a { background-color: rgb(132,252,204); }
div.DivClassName
{
background-color: #84FCCC;
}
.BgClassName
{
background-color: #84FCCC;
}
</style>
border-color css
<style>
span { border-color: #84FCCC; }
span { border-color: rgb(132,252,204); }
td.TdClassName
{
border-color: #84FCCC;
}
.TagClassName
{
border-color: #84FCCC;
}
</style>