Shades of Aquamarine #84FFDE
Tints of Aquamarine #84FFDE
RGB
CMYK
RGB Variations
Color information
#84FFDE (or 0x84FFDE) is known color: Aquamarine. HEX triplet: 84, FF and DE. RGB value is (132,255,222). Sum of RGB (Red+Green+Blue) = 132+255+222=609 (80% of max value = 765). Red value is 132 (51.95% from 255 or 21.67% from 609); Green value is 255 (100% from 255 or 41.87% from 609); Blue value is 222 (87.11% from 255 or 36.45% from 609); Max value from RGB is 255 - color contains mainly: green. Hex color #84FFDE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84FFDE is #7B0021. Grayscale: #D6D6D6. Windows color (decimal): -8060962 or 14614404. OLE color: 14614404.
HSL color Cylindrical-coordinate representation of color #84FFDE: hue angle of 163.9º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #84FFDE is Cyan = 0.48, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 132 | 255 | 222 | - |
| CMYK | 0.48 | 0 | 0.13 | 0 |
| HSL | 163.9º | 1% | 0.76% | - |
| HSV(B) | 163.9º | 0.48% | 1% | - |
| XYZ | 58.46 | 81.7 | 81.8 | - |
| YUV | 214.46 | 132.25 | 69.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 255 | 222 | 0.48 | 0 | 0.13 | 0 | 163.9 | 1 | 0.76 |
| Hex | 84 | FF | DE | 30 | 0 | D | 0 | A4 | 64 | 4C |
| Octal | 204 | 377 | 336 | 60 | 0 | 15 | 0 | 244 | 144 | 114 |
| Binary | 10000100 | 11111111 | 11011110 | 110000 | 0 | 1101 | 0 | 10100100 | 1100100 | 1001100 |
Color Harmonies of #84FFDE
Complementary color
Monochromatic Colors of #84FFDE
Black with #84FFDE
Text Example
Text Example
White with #84FFDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84FFDE; }
p { color: rgb(132,255,222); }
H1.HeaderClassName
{
color: #84FFDE;
}
.AnyTagClassName
{
color: #84FFDE;
}
</style>
background-color css
<style>
a { background-color: #84FFDE; }
a { background-color: rgb(132,255,222); }
div.DivClassName
{
background-color: #84FFDE;
}
.BgClassName
{
background-color: #84FFDE;
}
</style>
border-color css
<style>
span { border-color: #84FFDE; }
span { border-color: rgb(132,255,222); }
td.TdClassName
{
border-color: #84FFDE;
}
.TagClassName
{
border-color: #84FFDE;
}
</style>