Shades of Aquamarine #84FDDB
Tints of Aquamarine #84FDDB
RGB
CMYK
RGB Variations
Color information
#84FDDB (or 0x84FDDB) is known color: Aquamarine. HEX triplet: 84, FD and DB. RGB value is (132,253,219). Sum of RGB (Red+Green+Blue) = 132+253+219=604 (80% of max value = 765). Red value is 132 (51.95% from 255 or 21.85% from 604); Green value is 253 (99.22% from 255 or 41.89% from 604); Blue value is 219 (85.94% from 255 or 36.26% from 604); Max value from RGB is 253 - color contains mainly: green. Hex color #84FDDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84FDDB is #7B0224. Grayscale: #D4D4D4. Windows color (decimal): -8061477 or 14417284. OLE color: 14417284.
HSL color Cylindrical-coordinate representation of color #84FDDB: hue angle of 163.14º degrees, saturation: 0.97, 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 #84FDDB is Cyan = 0.48, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 132 | 253 | 219 | - |
| CMYK | 0.48 | 0 | 0.13 | 0.01 |
| HSL | 163.14º | 0.97% | 0.75% | - |
| HSV(B) | 163.14º | 0.48% | 0.99% | - |
| XYZ | 57.43 | 80.27 | 79.48 | - |
| YUV | 212.95 | 131.41 | 70.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 253 | 219 | 0.48 | 0 | 0.13 | 0.01 | 163.14 | 0.97 | 0.75 |
| Hex | 84 | FD | DB | 30 | 0 | D | 1 | A3 | 61 | 4B |
| Octal | 204 | 375 | 333 | 60 | 0 | 15 | 1 | 243 | 141 | 113 |
| Binary | 10000100 | 11111101 | 11011011 | 110000 | 0 | 1101 | 1 | 10100011 | 1100001 | 1001011 |
Color Harmonies of #84FDDB
Complementary color
Monochromatic Colors of #84FDDB
Black with #84FDDB
Text Example
Text Example
White with #84FDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84FDDB; }
p { color: rgb(132,253,219); }
H1.HeaderClassName
{
color: #84FDDB;
}
.AnyTagClassName
{
color: #84FDDB;
}
</style>
background-color css
<style>
a { background-color: #84FDDB; }
a { background-color: rgb(132,253,219); }
div.DivClassName
{
background-color: #84FDDB;
}
.BgClassName
{
background-color: #84FDDB;
}
</style>
border-color css
<style>
span { border-color: #84FDDB; }
span { border-color: rgb(132,253,219); }
td.TdClassName
{
border-color: #84FDDB;
}
.TagClassName
{
border-color: #84FDDB;
}
</style>