Shades of Aquamarine #84F5DB
Tints of Aquamarine #84F5DB
RGB
CMYK
RGB Variations
Color information
#84F5DB (or 0x84F5DB) is known color: Aquamarine. HEX triplet: 84, F5 and DB. RGB value is (132,245,219). Sum of RGB (Red+Green+Blue) = 132+245+219=596 (78% of max value = 765). Red value is 132 (51.95% from 255 or 22.15% from 596); Green value is 245 (96.09% from 255 or 41.11% from 596); Blue value is 219 (85.94% from 255 or 36.74% from 596); Max value from RGB is 245 - color contains mainly: green. Hex color #84F5DB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84F5DB is #7B0A24. Grayscale: #D0D0D0. Windows color (decimal): -8063525 or 14415236. OLE color: 14415236.
HSL color Cylindrical-coordinate representation of color #84F5DB: hue angle of 166.19º 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 #84F5DB is Cyan = 0.46, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 132 | 245 | 219 | - |
| CMYK | 0.46 | 0 | 0.11 | 0.04 |
| HSL | 166.19º | 0.85% | 0.74% | - |
| HSV(B) | 166.19º | 0.46% | 0.96% | - |
| XYZ | 54.95 | 75.32 | 78.66 | - |
| YUV | 208.25 | 134.06 | 73.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 245 | 219 | 0.46 | 0 | 0.11 | 0.04 | 166.19 | 0.85 | 0.74 |
| Hex | 84 | F5 | DB | 2E | 0 | B | 4 | A6 | 55 | 4A |
| Octal | 204 | 365 | 333 | 56 | 0 | 13 | 4 | 246 | 125 | 112 |
| Binary | 10000100 | 11110101 | 11011011 | 101110 | 0 | 1011 | 100 | 10100110 | 1010101 | 1001010 |
Color Harmonies of #84F5DB
Complementary color
Monochromatic Colors of #84F5DB
Black with #84F5DB
Text Example
Text Example
White with #84F5DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84F5DB; }
p { color: rgb(132,245,219); }
H1.HeaderClassName
{
color: #84F5DB;
}
.AnyTagClassName
{
color: #84F5DB;
}
</style>
background-color css
<style>
a { background-color: #84F5DB; }
a { background-color: rgb(132,245,219); }
div.DivClassName
{
background-color: #84F5DB;
}
.BgClassName
{
background-color: #84F5DB;
}
</style>
border-color css
<style>
span { border-color: #84F5DB; }
span { border-color: rgb(132,245,219); }
td.TdClassName
{
border-color: #84F5DB;
}
.TagClassName
{
border-color: #84F5DB;
}
</style>