Shades of Aquamarine #84FCDD
Tints of Aquamarine #84FCDD
RGB
CMYK
RGB Variations
Color information
#84FCDD (or 0x84FCDD) is known color: Aquamarine. HEX triplet: 84, FC and DD. RGB value is (132,252,221). Sum of RGB (Red+Green+Blue) = 132+252+221=605 (80% of max value = 765). Red value is 132 (51.95% from 255 or 21.82% from 605); Green value is 252 (98.83% from 255 or 41.65% from 605); Blue value is 221 (86.72% from 255 or 36.53% from 605); Max value from RGB is 252 - color contains mainly: green. Hex color #84FCDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84FCDD is #7B0322. Grayscale: #D4D4D4. Windows color (decimal): -8061731 or 14548100. OLE color: 14548100.
HSL color Cylindrical-coordinate representation of color #84FCDD: hue angle of 164.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 #84FCDD is Cyan = 0.48, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 132 | 252 | 221 | - |
| CMYK | 0.48 | 0 | 0.12 | 0.01 |
| HSL | 164.5º | 0.95% | 0.75% | - |
| HSV(B) | 164.5º | 0.48% | 0.99% | - |
| XYZ | 57.38 | 79.75 | 80.78 | - |
| YUV | 212.59 | 132.74 | 70.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 252 | 221 | 0.48 | 0 | 0.12 | 0.01 | 164.5 | 0.95 | 0.75 |
| Hex | 84 | FC | DD | 30 | 0 | C | 1 | A4 | 5F | 4B |
| Octal | 204 | 374 | 335 | 60 | 0 | 14 | 1 | 244 | 137 | 113 |
| Binary | 10000100 | 11111100 | 11011101 | 110000 | 0 | 1100 | 1 | 10100100 | 1011111 | 1001011 |
Color Harmonies of #84FCDD
Complementary color
Monochromatic Colors of #84FCDD
Black with #84FCDD
Text Example
Text Example
White with #84FCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84FCDD; }
p { color: rgb(132,252,221); }
H1.HeaderClassName
{
color: #84FCDD;
}
.AnyTagClassName
{
color: #84FCDD;
}
</style>
background-color css
<style>
a { background-color: #84FCDD; }
a { background-color: rgb(132,252,221); }
div.DivClassName
{
background-color: #84FCDD;
}
.BgClassName
{
background-color: #84FCDD;
}
</style>
border-color css
<style>
span { border-color: #84FCDD; }
span { border-color: rgb(132,252,221); }
td.TdClassName
{
border-color: #84FCDD;
}
.TagClassName
{
border-color: #84FCDD;
}
</style>