Shades of Aquamarine #84FFD4
Tints of Aquamarine #84FFD4
RGB
CMYK
RGB Variations
Color information
#84FFD4 (or 0x84FFD4) is known color: Aquamarine. HEX triplet: 84, FF and D4. RGB value is (132,255,212). Sum of RGB (Red+Green+Blue) = 132+255+212=599 (79% of max value = 765). Red value is 132 (51.95% from 255 or 22.04% from 599); Green value is 255 (100% from 255 or 42.57% from 599); Blue value is 212 (83.20% from 255 or 35.39% from 599); Max value from RGB is 255 - color contains mainly: green. Hex color #84FFD4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84FFD4 is #7B002B. Grayscale: #D5D5D5. Windows color (decimal): -8060972 or 13959044. OLE color: 13959044.
HSL color Cylindrical-coordinate representation of color #84FFD4: hue angle of 159.02º 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 #84FFD4 is Cyan = 0.48, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.
Color convert
| RGB | 132 | 255 | 212 | - |
| CMYK | 0.48 | 0 | 0.17 | 0 |
| HSL | 159.02º | 1% | 0.76% | - |
| HSV(B) | 159.02º | 0.48% | 1% | - |
| XYZ | 57.16 | 81.18 | 74.94 | - |
| YUV | 213.32 | 127.25 | 70 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 255 | 212 | 0.48 | 0 | 0.17 | 0 | 159.02 | 1 | 0.76 |
| Hex | 84 | FF | D4 | 30 | 0 | 11 | 0 | 9F | 64 | 4C |
| Octal | 204 | 377 | 324 | 60 | 0 | 21 | 0 | 237 | 144 | 114 |
| Binary | 10000100 | 11111111 | 11010100 | 110000 | 0 | 10001 | 0 | 10011111 | 1100100 | 1001100 |
Color Harmonies of #84FFD4
Complementary color
Monochromatic Colors of #84FFD4
Black with #84FFD4
Text Example
Text Example
White with #84FFD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84FFD4; }
p { color: rgb(132,255,212); }
H1.HeaderClassName
{
color: #84FFD4;
}
.AnyTagClassName
{
color: #84FFD4;
}
</style>
background-color css
<style>
a { background-color: #84FFD4; }
a { background-color: rgb(132,255,212); }
div.DivClassName
{
background-color: #84FFD4;
}
.BgClassName
{
background-color: #84FFD4;
}
</style>
border-color css
<style>
span { border-color: #84FFD4; }
span { border-color: rgb(132,255,212); }
td.TdClassName
{
border-color: #84FFD4;
}
.TagClassName
{
border-color: #84FFD4;
}
</style>