Shades of Aquamarine #84F2D3
Tints of Aquamarine #84F2D3
RGB
CMYK
RGB Variations
Color information
#84F2D3 (or 0x84F2D3) is known color: Aquamarine. HEX triplet: 84, F2 and D3. RGB value is (132,242,211). Sum of RGB (Red+Green+Blue) = 132+242+211=585 (77% of max value = 765). Red value is 132 (51.95% from 255 or 22.56% from 585); Green value is 242 (94.92% from 255 or 41.37% from 585); Blue value is 211 (82.81% from 255 or 36.07% from 585); Max value from RGB is 242 - color contains mainly: green. Hex color #84F2D3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84F2D3 is #7B0D2C. Grayscale: #CDCDCD. Windows color (decimal): -8064301 or 13890180. OLE color: 13890180.
HSL color Cylindrical-coordinate representation of color #84F2D3: hue angle of 163.09º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #84F2D3 is Cyan = 0.45, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 132 | 242 | 211 | - |
| CMYK | 0.45 | 0 | 0.13 | 0.05 |
| HSL | 163.09º | 0.81% | 0.73% | - |
| HSV(B) | 163.09º | 0.45% | 0.95% | - |
| XYZ | 53.03 | 73.11 | 72.95 | - |
| YUV | 205.58 | 131.06 | 75.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 242 | 211 | 0.45 | 0 | 0.13 | 0.05 | 163.09 | 0.81 | 0.73 |
| Hex | 84 | F2 | D3 | 2D | 0 | D | 5 | A3 | 51 | 49 |
| Octal | 204 | 362 | 323 | 55 | 0 | 15 | 5 | 243 | 121 | 111 |
| Binary | 10000100 | 11110010 | 11010011 | 101101 | 0 | 1101 | 101 | 10100011 | 1010001 | 1001001 |
Color Harmonies of #84F2D3
Complementary color
Monochromatic Colors of #84F2D3
Black with #84F2D3
Text Example
Text Example
White with #84F2D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84F2D3; }
p { color: rgb(132,242,211); }
H1.HeaderClassName
{
color: #84F2D3;
}
.AnyTagClassName
{
color: #84F2D3;
}
</style>
background-color css
<style>
a { background-color: #84F2D3; }
a { background-color: rgb(132,242,211); }
div.DivClassName
{
background-color: #84F2D3;
}
.BgClassName
{
background-color: #84F2D3;
}
</style>
border-color css
<style>
span { border-color: #84F2D3; }
span { border-color: rgb(132,242,211); }
td.TdClassName
{
border-color: #84F2D3;
}
.TagClassName
{
border-color: #84F2D3;
}
</style>