Shades of Aquamarine #84F5D0
Tints of Aquamarine #84F5D0
RGB
CMYK
RGB Variations
Color information
#84F5D0 (or 0x84F5D0) is known color: Aquamarine. HEX triplet: 84, F5 and D0. RGB value is (132,245,208). Sum of RGB (Red+Green+Blue) = 132+245+208=585 (77% of max value = 765). Red value is 132 (51.95% from 255 or 22.56% from 585); Green value is 245 (96.09% from 255 or 41.88% from 585); Blue value is 208 (81.64% from 255 or 35.56% from 585); Max value from RGB is 245 - color contains mainly: green. Hex color #84F5D0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84F5D0 is #7B0A2F. Grayscale: #CFCFCF. Windows color (decimal): -8063536 or 13694340. OLE color: 13694340.
HSL color Cylindrical-coordinate representation of color #84F5D0: hue angle of 160.35º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #84F5D0 is Cyan = 0.46, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 132 | 245 | 208 | - |
| CMYK | 0.46 | 0 | 0.15 | 0.04 |
| HSL | 160.35º | 0.85% | 0.74% | - |
| HSV(B) | 160.35º | 0.46% | 0.96% | - |
| XYZ | 53.55 | 74.76 | 71.28 | - |
| YUV | 207 | 128.56 | 74.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 245 | 208 | 0.46 | 0 | 0.15 | 0.04 | 160.35 | 0.85 | 0.74 |
| Hex | 84 | F5 | D0 | 2E | 0 | F | 4 | A0 | 55 | 4A |
| Octal | 204 | 365 | 320 | 56 | 0 | 17 | 4 | 240 | 125 | 112 |
| Binary | 10000100 | 11110101 | 11010000 | 101110 | 0 | 1111 | 100 | 10100000 | 1010101 | 1001010 |
Color Harmonies of #84F5D0
Complementary color
Monochromatic Colors of #84F5D0
Black with #84F5D0
Text Example
Text Example
White with #84F5D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84F5D0; }
p { color: rgb(132,245,208); }
H1.HeaderClassName
{
color: #84F5D0;
}
.AnyTagClassName
{
color: #84F5D0;
}
</style>
background-color css
<style>
a { background-color: #84F5D0; }
a { background-color: rgb(132,245,208); }
div.DivClassName
{
background-color: #84F5D0;
}
.BgClassName
{
background-color: #84F5D0;
}
</style>
border-color css
<style>
span { border-color: #84F5D0; }
span { border-color: rgb(132,245,208); }
td.TdClassName
{
border-color: #84F5D0;
}
.TagClassName
{
border-color: #84F5D0;
}
</style>