Shades of Aquamarine #84FFD0
Tints of Aquamarine #84FFD0
RGB
CMYK
RGB Variations
Color information
#84FFD0 (or 0x84FFD0) is known color: Aquamarine. HEX triplet: 84, FF and D0. RGB value is (132,255,208). Sum of RGB (Red+Green+Blue) = 132+255+208=595 (78% of max value = 765). Red value is 132 (51.95% from 255 or 22.18% from 595); Green value is 255 (100% from 255 or 42.86% from 595); Blue value is 208 (81.64% from 255 or 34.96% from 595); Max value from RGB is 255 - color contains mainly: green. Hex color #84FFD0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84FFD0 is #7B002F. Grayscale: #D4D4D4. Windows color (decimal): -8060976 or 13696900. OLE color: 13696900.
HSL color Cylindrical-coordinate representation of color #84FFD0: hue angle of 157.07º 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 #84FFD0 is Cyan = 0.48, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 132 | 255 | 208 | - |
| CMYK | 0.48 | 0 | 0.18 | 0 |
| HSL | 157.07º | 1% | 0.76% | - |
| HSV(B) | 157.07º | 0.48% | 1% | - |
| XYZ | 56.66 | 80.98 | 72.32 | - |
| YUV | 212.87 | 125.25 | 70.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 255 | 208 | 0.48 | 0 | 0.18 | 0 | 157.07 | 1 | 0.76 |
| Hex | 84 | FF | D0 | 30 | 0 | 12 | 0 | 9D | 64 | 4C |
| Octal | 204 | 377 | 320 | 60 | 0 | 22 | 0 | 235 | 144 | 114 |
| Binary | 10000100 | 11111111 | 11010000 | 110000 | 0 | 10010 | 0 | 10011101 | 1100100 | 1001100 |
Color Harmonies of #84FFD0
Complementary color
Monochromatic Colors of #84FFD0
Black with #84FFD0
Text Example
Text Example
White with #84FFD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84FFD0; }
p { color: rgb(132,255,208); }
H1.HeaderClassName
{
color: #84FFD0;
}
.AnyTagClassName
{
color: #84FFD0;
}
</style>
background-color css
<style>
a { background-color: #84FFD0; }
a { background-color: rgb(132,255,208); }
div.DivClassName
{
background-color: #84FFD0;
}
.BgClassName
{
background-color: #84FFD0;
}
</style>
border-color css
<style>
span { border-color: #84FFD0; }
span { border-color: rgb(132,255,208); }
td.TdClassName
{
border-color: #84FFD0;
}
.TagClassName
{
border-color: #84FFD0;
}
</style>