Shades of Aquamarine #84FACD
Tints of Aquamarine #84FACD
RGB
CMYK
RGB Variations
Color information
#84FACD (or 0x84FACD) is known color: Aquamarine. HEX triplet: 84, FA and CD. RGB value is (132,250,205). Sum of RGB (Red+Green+Blue) = 132+250+205=587 (77% of max value = 765). Red value is 132 (51.95% from 255 or 22.49% from 587); Green value is 250 (98.05% from 255 or 42.59% from 587); Blue value is 205 (80.47% from 255 or 34.92% from 587); Max value from RGB is 250 - color contains mainly: green. Hex color #84FACD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84FACD is #7B0532. Grayscale: #D1D1D1. Windows color (decimal): -8062259 or 13499012. OLE color: 13499012.
HSL color Cylindrical-coordinate representation of color #84FACD: hue angle of 157.12º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #84FACD is Cyan = 0.47, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 132 | 250 | 205 | - |
| CMYK | 0.47 | 0 | 0.18 | 0.02 |
| HSL | 157.12º | 0.92% | 0.75% | - |
| HSV(B) | 157.12º | 0.47% | 0.98% | - |
| XYZ | 54.72 | 77.68 | 69.87 | - |
| YUV | 209.59 | 125.41 | 72.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 250 | 205 | 0.47 | 0 | 0.18 | 0.02 | 157.12 | 0.92 | 0.75 |
| Hex | 84 | FA | CD | 2F | 0 | 12 | 2 | 9D | 5C | 4B |
| Octal | 204 | 372 | 315 | 57 | 0 | 22 | 2 | 235 | 134 | 113 |
| Binary | 10000100 | 11111010 | 11001101 | 101111 | 0 | 10010 | 10 | 10011101 | 1011100 | 1001011 |
Color Harmonies of #84FACD
Complementary color
Monochromatic Colors of #84FACD
Black with #84FACD
Text Example
Text Example
White with #84FACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84FACD; }
p { color: rgb(132,250,205); }
H1.HeaderClassName
{
color: #84FACD;
}
.AnyTagClassName
{
color: #84FACD;
}
</style>
background-color css
<style>
a { background-color: #84FACD; }
a { background-color: rgb(132,250,205); }
div.DivClassName
{
background-color: #84FACD;
}
.BgClassName
{
background-color: #84FACD;
}
</style>
border-color css
<style>
span { border-color: #84FACD; }
span { border-color: rgb(132,250,205); }
td.TdClassName
{
border-color: #84FACD;
}
.TagClassName
{
border-color: #84FACD;
}
</style>