Shades of Aquamarine #84F8D6
Tints of Aquamarine #84F8D6
RGB
CMYK
RGB Variations
Color information
#84F8D6 (or 0x84F8D6) is known color: Aquamarine. HEX triplet: 84, F8 and D6. RGB value is (132,248,214). Sum of RGB (Red+Green+Blue) = 132+248+214=594 (78% of max value = 765). Red value is 132 (51.95% from 255 or 22.22% from 594); Green value is 248 (97.27% from 255 or 41.75% from 594); Blue value is 214 (83.98% from 255 or 36.03% from 594); Max value from RGB is 248 - color contains mainly: green. Hex color #84F8D6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84F8D6 is #7B0729. Grayscale: #D1D1D1. Windows color (decimal): -8062762 or 14088324. OLE color: 14088324.
HSL color Cylindrical-coordinate representation of color #84F8D6: hue angle of 162.41º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #84F8D6 is Cyan = 0.47, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 132 | 248 | 214 | - |
| CMYK | 0.47 | 0 | 0.14 | 0.03 |
| HSL | 162.41º | 0.89% | 0.75% | - |
| HSV(B) | 162.41º | 0.47% | 0.97% | - |
| XYZ | 55.22 | 76.9 | 75.55 | - |
| YUV | 209.44 | 130.57 | 72.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 248 | 214 | 0.47 | 0 | 0.14 | 0.03 | 162.41 | 0.89 | 0.75 |
| Hex | 84 | F8 | D6 | 2F | 0 | E | 3 | A2 | 59 | 4B |
| Octal | 204 | 370 | 326 | 57 | 0 | 16 | 3 | 242 | 131 | 113 |
| Binary | 10000100 | 11111000 | 11010110 | 101111 | 0 | 1110 | 11 | 10100010 | 1011001 | 1001011 |
Color Harmonies of #84F8D6
Complementary color
Monochromatic Colors of #84F8D6
Black with #84F8D6
Text Example
Text Example
White with #84F8D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84F8D6; }
p { color: rgb(132,248,214); }
H1.HeaderClassName
{
color: #84F8D6;
}
.AnyTagClassName
{
color: #84F8D6;
}
</style>
background-color css
<style>
a { background-color: #84F8D6; }
a { background-color: rgb(132,248,214); }
div.DivClassName
{
background-color: #84F8D6;
}
.BgClassName
{
background-color: #84F8D6;
}
</style>
border-color css
<style>
span { border-color: #84F8D6; }
span { border-color: rgb(132,248,214); }
td.TdClassName
{
border-color: #84F8D6;
}
.TagClassName
{
border-color: #84F8D6;
}
</style>