Shades of Aquamarine #84FFDD
Tints of Aquamarine #84FFDD
RGB
CMYK
RGB Variations
Color information
#84FFDD (or 0x84FFDD) is known color: Aquamarine. HEX triplet: 84, FF and DD. RGB value is (132,255,221). Sum of RGB (Red+Green+Blue) = 132+255+221=608 (80% of max value = 765). Red value is 132 (51.95% from 255 or 21.71% from 608); Green value is 255 (100% from 255 or 41.94% from 608); Blue value is 221 (86.72% from 255 or 36.35% from 608); Max value from RGB is 255 - color contains mainly: green. Hex color #84FFDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84FFDD is #7B0022. Grayscale: #D6D6D6. Windows color (decimal): -8060963 or 14548868. OLE color: 14548868.
HSL color Cylindrical-coordinate representation of color #84FFDD: hue angle of 163.41º 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 #84FFDD is Cyan = 0.48, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 132 | 255 | 221 | - |
| CMYK | 0.48 | 0 | 0.13 | 0 |
| HSL | 163.41º | 1% | 0.76% | - |
| HSV(B) | 163.41º | 0.48% | 1% | - |
| XYZ | 58.33 | 81.65 | 81.09 | - |
| YUV | 214.35 | 131.75 | 69.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 255 | 221 | 0.48 | 0 | 0.13 | 0 | 163.41 | 1 | 0.76 |
| Hex | 84 | FF | DD | 30 | 0 | D | 0 | A3 | 64 | 4C |
| Octal | 204 | 377 | 335 | 60 | 0 | 15 | 0 | 243 | 144 | 114 |
| Binary | 10000100 | 11111111 | 11011101 | 110000 | 0 | 1101 | 0 | 10100011 | 1100100 | 1001100 |
Color Harmonies of #84FFDD
Complementary color
Monochromatic Colors of #84FFDD
Black with #84FFDD
Text Example
Text Example
White with #84FFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84FFDD; }
p { color: rgb(132,255,221); }
H1.HeaderClassName
{
color: #84FFDD;
}
.AnyTagClassName
{
color: #84FFDD;
}
</style>
background-color css
<style>
a { background-color: #84FFDD; }
a { background-color: rgb(132,255,221); }
div.DivClassName
{
background-color: #84FFDD;
}
.BgClassName
{
background-color: #84FFDD;
}
</style>
border-color css
<style>
span { border-color: #84FFDD; }
span { border-color: rgb(132,255,221); }
td.TdClassName
{
border-color: #84FFDD;
}
.TagClassName
{
border-color: #84FFDD;
}
</style>