Shades of Aquamarine #84FCCD
Tints of Aquamarine #84FCCD
RGB
CMYK
RGB Variations
Color information
#84FCCD (or 0x84FCCD) is known color: Aquamarine. HEX triplet: 84, FC and CD. RGB value is (132,252,205). Sum of RGB (Red+Green+Blue) = 132+252+205=589 (78% of max value = 765). Red value is 132 (51.95% from 255 or 22.41% from 589); Green value is 252 (98.83% from 255 or 42.78% from 589); Blue value is 205 (80.47% from 255 or 34.80% from 589); Max value from RGB is 252 - color contains mainly: green. Hex color #84FCCD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84FCCD is #7B0332. Grayscale: #D2D2D2. Windows color (decimal): -8061747 or 13499524. OLE color: 13499524.
HSL color Cylindrical-coordinate representation of color #84FCCD: hue angle of 156.5º 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 #84FCCD is Cyan = 0.48, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 132 | 252 | 205 | - |
| CMYK | 0.48 | 0 | 0.19 | 0.01 |
| HSL | 156.5º | 0.95% | 0.75% | - |
| HSV(B) | 156.5º | 0.48% | 0.99% | - |
| XYZ | 55.35 | 78.93 | 70.08 | - |
| YUV | 210.76 | 124.74 | 71.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 252 | 205 | 0.48 | 0 | 0.19 | 0.01 | 156.5 | 0.95 | 0.75 |
| Hex | 84 | FC | CD | 30 | 0 | 13 | 1 | 9C | 5F | 4B |
| Octal | 204 | 374 | 315 | 60 | 0 | 23 | 1 | 234 | 137 | 113 |
| Binary | 10000100 | 11111100 | 11001101 | 110000 | 0 | 10011 | 1 | 10011100 | 1011111 | 1001011 |
Color Harmonies of #84FCCD
Complementary color
Monochromatic Colors of #84FCCD
Black with #84FCCD
Text Example
Text Example
White with #84FCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84FCCD; }
p { color: rgb(132,252,205); }
H1.HeaderClassName
{
color: #84FCCD;
}
.AnyTagClassName
{
color: #84FCCD;
}
</style>
background-color css
<style>
a { background-color: #84FCCD; }
a { background-color: rgb(132,252,205); }
div.DivClassName
{
background-color: #84FCCD;
}
.BgClassName
{
background-color: #84FCCD;
}
</style>
border-color css
<style>
span { border-color: #84FCCD; }
span { border-color: rgb(132,252,205); }
td.TdClassName
{
border-color: #84FCCD;
}
.TagClassName
{
border-color: #84FCCD;
}
</style>