Shades of Aquamarine #84F0C6
Tints of Aquamarine #84F0C6
RGB
CMYK
RGB Variations
Color information
#84F0C6 (or 0x84F0C6) is known color: Aquamarine. HEX triplet: 84, F0 and C6. RGB value is (132,240,198). Sum of RGB (Red+Green+Blue) = 132+240+198=570 (75% of max value = 765). Red value is 132 (51.95% from 255 or 23.16% from 570); Green value is 240 (94.14% from 255 or 42.11% from 570); Blue value is 198 (77.73% from 255 or 34.74% from 570); Max value from RGB is 240 - color contains mainly: green. Hex color #84F0C6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84F0C6 is #7B0F39. Grayscale: #CACACA. Windows color (decimal): -8064826 or 13037700. OLE color: 13037700.
HSL color Cylindrical-coordinate representation of color #84F0C6: hue angle of 156.67º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #84F0C6 is Cyan = 0.45, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 132 | 240 | 198 | - |
| CMYK | 0.45 | 0 | 0.18 | 0.06 |
| HSL | 156.67º | 0.78% | 0.73% | - |
| HSV(B) | 156.67º | 0.45% | 0.94% | - |
| XYZ | 50.87 | 71.3 | 64.51 | - |
| YUV | 202.92 | 125.22 | 77.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 240 | 198 | 0.45 | 0 | 0.18 | 0.06 | 156.67 | 0.78 | 0.73 |
| Hex | 84 | F0 | C6 | 2D | 0 | 12 | 6 | 9D | 4E | 49 |
| Octal | 204 | 360 | 306 | 55 | 0 | 22 | 6 | 235 | 116 | 111 |
| Binary | 10000100 | 11110000 | 11000110 | 101101 | 0 | 10010 | 110 | 10011101 | 1001110 | 1001001 |
Color Harmonies of #84F0C6
Complementary color
Monochromatic Colors of #84F0C6
Black with #84F0C6
Text Example
Text Example
White with #84F0C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84F0C6; }
p { color: rgb(132,240,198); }
H1.HeaderClassName
{
color: #84F0C6;
}
.AnyTagClassName
{
color: #84F0C6;
}
</style>
background-color css
<style>
a { background-color: #84F0C6; }
a { background-color: rgb(132,240,198); }
div.DivClassName
{
background-color: #84F0C6;
}
.BgClassName
{
background-color: #84F0C6;
}
</style>
border-color css
<style>
span { border-color: #84F0C6; }
span { border-color: rgb(132,240,198); }
td.TdClassName
{
border-color: #84F0C6;
}
.TagClassName
{
border-color: #84F0C6;
}
</style>