Shades of Aquamarine #84FCDB
Tints of Aquamarine #84FCDB
RGB
CMYK
RGB Variations
Color information
#84FCDB (or 0x84FCDB) is known color: Aquamarine. HEX triplet: 84, FC and DB. RGB value is (132,252,219). Sum of RGB (Red+Green+Blue) = 132+252+219=603 (79% of max value = 765). Red value is 132 (51.95% from 255 or 21.89% from 603); Green value is 252 (98.83% from 255 or 41.79% from 603); Blue value is 219 (85.94% from 255 or 36.32% from 603); Max value from RGB is 252 - color contains mainly: green. Hex color #84FCDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84FCDB is #7B0324. Grayscale: #D4D4D4. Windows color (decimal): -8061733 or 14417028. OLE color: 14417028.
HSL color Cylindrical-coordinate representation of color #84FCDB: hue angle of 163.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 #84FCDB is Cyan = 0.48, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 132 | 252 | 219 | - |
| CMYK | 0.48 | 0 | 0.13 | 0.01 |
| HSL | 163.5º | 0.95% | 0.75% | - |
| HSV(B) | 163.5º | 0.48% | 0.99% | - |
| XYZ | 57.11 | 79.64 | 79.38 | - |
| YUV | 212.36 | 131.74 | 70.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 252 | 219 | 0.48 | 0 | 0.13 | 0.01 | 163.5 | 0.95 | 0.75 |
| Hex | 84 | FC | DB | 30 | 0 | D | 1 | A4 | 5F | 4B |
| Octal | 204 | 374 | 333 | 60 | 0 | 15 | 1 | 244 | 137 | 113 |
| Binary | 10000100 | 11111100 | 11011011 | 110000 | 0 | 1101 | 1 | 10100100 | 1011111 | 1001011 |
Color Harmonies of #84FCDB
Complementary color
Monochromatic Colors of #84FCDB
Black with #84FCDB
Text Example
Text Example
White with #84FCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84FCDB; }
p { color: rgb(132,252,219); }
H1.HeaderClassName
{
color: #84FCDB;
}
.AnyTagClassName
{
color: #84FCDB;
}
</style>
background-color css
<style>
a { background-color: #84FCDB; }
a { background-color: rgb(132,252,219); }
div.DivClassName
{
background-color: #84FCDB;
}
.BgClassName
{
background-color: #84FCDB;
}
</style>
border-color css
<style>
span { border-color: #84FCDB; }
span { border-color: rgb(132,252,219); }
td.TdClassName
{
border-color: #84FCDB;
}
.TagClassName
{
border-color: #84FCDB;
}
</style>