Shades of Aquamarine #84F2C4
Tints of Aquamarine #84F2C4
RGB
CMYK
RGB Variations
Color information
#84F2C4 (or 0x84F2C4) is known color: Aquamarine. HEX triplet: 84, F2 and C4. RGB value is (132,242,196). Sum of RGB (Red+Green+Blue) = 132+242+196=570 (75% of max value = 765). Red value is 132 (51.95% from 255 or 23.16% from 570); Green value is 242 (94.92% from 255 or 42.46% from 570); Blue value is 196 (76.95% from 255 or 34.39% from 570); Max value from RGB is 242 - color contains mainly: green. Hex color #84F2C4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84F2C4 is #7B0D3B. Grayscale: #CBCBCB. Windows color (decimal): -8064316 or 12907140. OLE color: 12907140.
HSL color Cylindrical-coordinate representation of color #84F2C4: hue angle of 154.91º 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 #84F2C4 is Cyan = 0.45, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 132 | 242 | 196 | - |
| CMYK | 0.45 | 0 | 0.19 | 0.05 |
| HSL | 154.91º | 0.81% | 0.73% | - |
| HSV(B) | 154.91º | 0.45% | 0.95% | - |
| XYZ | 51.23 | 72.4 | 63.5 | - |
| YUV | 203.87 | 123.56 | 76.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 242 | 196 | 0.45 | 0 | 0.19 | 0.05 | 154.91 | 0.81 | 0.73 |
| Hex | 84 | F2 | C4 | 2D | 0 | 13 | 5 | 9B | 51 | 49 |
| Octal | 204 | 362 | 304 | 55 | 0 | 23 | 5 | 233 | 121 | 111 |
| Binary | 10000100 | 11110010 | 11000100 | 101101 | 0 | 10011 | 101 | 10011011 | 1010001 | 1001001 |
Color Harmonies of #84F2C4
Complementary color
Monochromatic Colors of #84F2C4
Black with #84F2C4
Text Example
Text Example
White with #84F2C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84F2C4; }
p { color: rgb(132,242,196); }
H1.HeaderClassName
{
color: #84F2C4;
}
.AnyTagClassName
{
color: #84F2C4;
}
</style>
background-color css
<style>
a { background-color: #84F2C4; }
a { background-color: rgb(132,242,196); }
div.DivClassName
{
background-color: #84F2C4;
}
.BgClassName
{
background-color: #84F2C4;
}
</style>
border-color css
<style>
span { border-color: #84F2C4; }
span { border-color: rgb(132,242,196); }
td.TdClassName
{
border-color: #84F2C4;
}
.TagClassName
{
border-color: #84F2C4;
}
</style>