Shades of Aquamarine #84F2D8
Tints of Aquamarine #84F2D8
RGB
CMYK
RGB Variations
Color information
#84F2D8 (or 0x84F2D8) is known color: Aquamarine. HEX triplet: 84, F2 and D8. RGB value is (132,242,216). Sum of RGB (Red+Green+Blue) = 132+242+216=590 (78% of max value = 765). Red value is 132 (51.95% from 255 or 22.37% from 590); Green value is 242 (94.92% from 255 or 41.02% from 590); Blue value is 216 (84.77% from 255 or 36.61% from 590); Max value from RGB is 242 - color contains mainly: green. Hex color #84F2D8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84F2D8 is #7B0D27. Grayscale: #CECECE. Windows color (decimal): -8064296 or 14217860. OLE color: 14217860.
HSL color Cylindrical-coordinate representation of color #84F2D8: hue angle of 165.82º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #84F2D8 is Cyan = 0.45, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 132 | 242 | 216 | - |
| CMYK | 0.45 | 0 | 0.11 | 0.05 |
| HSL | 165.82º | 0.81% | 0.73% | - |
| HSV(B) | 165.82º | 0.45% | 0.95% | - |
| XYZ | 53.66 | 73.37 | 76.3 | - |
| YUV | 206.15 | 133.56 | 75.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 242 | 216 | 0.45 | 0 | 0.11 | 0.05 | 165.82 | 0.81 | 0.73 |
| Hex | 84 | F2 | D8 | 2D | 0 | B | 5 | A6 | 51 | 49 |
| Octal | 204 | 362 | 330 | 55 | 0 | 13 | 5 | 246 | 121 | 111 |
| Binary | 10000100 | 11110010 | 11011000 | 101101 | 0 | 1011 | 101 | 10100110 | 1010001 | 1001001 |
Color Harmonies of #84F2D8
Complementary color
Monochromatic Colors of #84F2D8
Black with #84F2D8
Text Example
Text Example
White with #84F2D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84F2D8; }
p { color: rgb(132,242,216); }
H1.HeaderClassName
{
color: #84F2D8;
}
.AnyTagClassName
{
color: #84F2D8;
}
</style>
background-color css
<style>
a { background-color: #84F2D8; }
a { background-color: rgb(132,242,216); }
div.DivClassName
{
background-color: #84F2D8;
}
.BgClassName
{
background-color: #84F2D8;
}
</style>
border-color css
<style>
span { border-color: #84F2D8; }
span { border-color: rgb(132,242,216); }
td.TdClassName
{
border-color: #84F2D8;
}
.TagClassName
{
border-color: #84F2D8;
}
</style>