Shades of Aquamarine #84F3DB
Tints of Aquamarine #84F3DB
RGB
CMYK
RGB Variations
Color information
#84F3DB (or 0x84F3DB) is known color: Aquamarine. HEX triplet: 84, F3 and DB. RGB value is (132,243,219). Sum of RGB (Red+Green+Blue) = 132+243+219=594 (78% of max value = 765). Red value is 132 (51.95% from 255 or 22.22% from 594); Green value is 243 (95.31% from 255 or 40.91% from 594); Blue value is 219 (85.94% from 255 or 36.87% from 594); Max value from RGB is 243 - color contains mainly: green. Hex color #84F3DB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84F3DB is #7B0C24. Grayscale: #CFCFCF. Windows color (decimal): -8064037 or 14414724. OLE color: 14414724.
HSL color Cylindrical-coordinate representation of color #84F3DB: hue angle of 167.03º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #84F3DB is Cyan = 0.46, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 132 | 243 | 219 | - |
| CMYK | 0.46 | 0 | 0.10 | 0.05 |
| HSL | 167.03º | 0.82% | 0.74% | - |
| HSV(B) | 167.03º | 0.46% | 0.95% | - |
| XYZ | 54.35 | 74.12 | 78.46 | - |
| YUV | 207.08 | 134.73 | 74.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 243 | 219 | 0.46 | 0 | 0.10 | 0.05 | 167.03 | 0.82 | 0.74 |
| Hex | 84 | F3 | DB | 2E | 0 | A | 5 | A7 | 52 | 4A |
| Octal | 204 | 363 | 333 | 56 | 0 | 12 | 5 | 247 | 122 | 112 |
| Binary | 10000100 | 11110011 | 11011011 | 101110 | 0 | 1010 | 101 | 10100111 | 1010010 | 1001010 |
Color Harmonies of #84F3DB
Complementary color
Monochromatic Colors of #84F3DB
Black with #84F3DB
Text Example
Text Example
White with #84F3DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84F3DB; }
p { color: rgb(132,243,219); }
H1.HeaderClassName
{
color: #84F3DB;
}
.AnyTagClassName
{
color: #84F3DB;
}
</style>
background-color css
<style>
a { background-color: #84F3DB; }
a { background-color: rgb(132,243,219); }
div.DivClassName
{
background-color: #84F3DB;
}
.BgClassName
{
background-color: #84F3DB;
}
</style>
border-color css
<style>
span { border-color: #84F3DB; }
span { border-color: rgb(132,243,219); }
td.TdClassName
{
border-color: #84F3DB;
}
.TagClassName
{
border-color: #84F3DB;
}
</style>