Shades of Aquamarine #84FFD2
Tints of Aquamarine #84FFD2
RGB
CMYK
RGB Variations
Color information
#84FFD2 (or 0x84FFD2) is known color: Aquamarine. HEX triplet: 84, FF and D2. RGB value is (132,255,210). Sum of RGB (Red+Green+Blue) = 132+255+210=597 (79% of max value = 765). Red value is 132 (51.95% from 255 or 22.11% from 597); Green value is 255 (100% from 255 or 42.71% from 597); Blue value is 210 (82.42% from 255 or 35.18% from 597); Max value from RGB is 255 - color contains mainly: green. Hex color #84FFD2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84FFD2 is #7B002D. Grayscale: #D5D5D5. Windows color (decimal): -8060974 or 13827972. OLE color: 13827972.
HSL color Cylindrical-coordinate representation of color #84FFD2: hue angle of 158.05º 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 #84FFD2 is Cyan = 0.48, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 132 | 255 | 210 | - |
| CMYK | 0.48 | 0 | 0.18 | 0 |
| HSL | 158.05º | 1% | 0.76% | - |
| HSV(B) | 158.05º | 0.48% | 1% | - |
| XYZ | 56.91 | 81.08 | 73.62 | - |
| YUV | 213.09 | 126.25 | 70.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 255 | 210 | 0.48 | 0 | 0.18 | 0 | 158.05 | 1 | 0.76 |
| Hex | 84 | FF | D2 | 30 | 0 | 12 | 0 | 9E | 64 | 4C |
| Octal | 204 | 377 | 322 | 60 | 0 | 22 | 0 | 236 | 144 | 114 |
| Binary | 10000100 | 11111111 | 11010010 | 110000 | 0 | 10010 | 0 | 10011110 | 1100100 | 1001100 |
Color Harmonies of #84FFD2
Complementary color
Monochromatic Colors of #84FFD2
Black with #84FFD2
Text Example
Text Example
White with #84FFD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84FFD2; }
p { color: rgb(132,255,210); }
H1.HeaderClassName
{
color: #84FFD2;
}
.AnyTagClassName
{
color: #84FFD2;
}
</style>
background-color css
<style>
a { background-color: #84FFD2; }
a { background-color: rgb(132,255,210); }
div.DivClassName
{
background-color: #84FFD2;
}
.BgClassName
{
background-color: #84FFD2;
}
</style>
border-color css
<style>
span { border-color: #84FFD2; }
span { border-color: rgb(132,255,210); }
td.TdClassName
{
border-color: #84FFD2;
}
.TagClassName
{
border-color: #84FFD2;
}
</style>