Shades of Aquamarine #82F2C6
Tints of Aquamarine #82F2C6
RGB
CMYK
RGB Variations
Color information
#82F2C6 (or 0x82F2C6) is known color: Aquamarine. HEX triplet: 82, F2 and C6. RGB value is (130,242,198). Sum of RGB (Red+Green+Blue) = 130+242+198=570 (75% of max value = 765). Red value is 130 (51.17% from 255 or 22.81% from 570); Green value is 242 (94.92% from 255 or 42.46% from 570); Blue value is 198 (77.73% from 255 or 34.74% from 570); Max value from RGB is 242 - color contains mainly: green. Hex color #82F2C6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #82F2C6 is #7D0D39. Grayscale: #CBCBCB. Windows color (decimal): -8195386 or 13038210. OLE color: 13038210.
HSL color Cylindrical-coordinate representation of color #82F2C6: hue angle of 156.43º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #82F2C6 is Cyan = 0.46, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 130 | 242 | 198 | - |
| CMYK | 0.46 | 0 | 0.18 | 0.05 |
| HSL | 156.43º | 0.81% | 0.73% | - |
| HSV(B) | 156.43º | 0.46% | 0.95% | - |
| XYZ | 51.15 | 72.33 | 64.69 | - |
| YUV | 203.5 | 124.89 | 75.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 242 | 198 | 0.46 | 0 | 0.18 | 0.05 | 156.43 | 0.81 | 0.73 |
| Hex | 82 | F2 | C6 | 2E | 0 | 12 | 5 | 9C | 51 | 49 |
| Octal | 202 | 362 | 306 | 56 | 0 | 22 | 5 | 234 | 121 | 111 |
| Binary | 10000010 | 11110010 | 11000110 | 101110 | 0 | 10010 | 101 | 10011100 | 1010001 | 1001001 |
Color Harmonies of #82F2C6
Complementary color
Monochromatic Colors of #82F2C6
Black with #82F2C6
Text Example
Text Example
White with #82F2C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82F2C6; }
p { color: rgb(130,242,198); }
H1.HeaderClassName
{
color: #82F2C6;
}
.AnyTagClassName
{
color: #82F2C6;
}
</style>
background-color css
<style>
a { background-color: #82F2C6; }
a { background-color: rgb(130,242,198); }
div.DivClassName
{
background-color: #82F2C6;
}
.BgClassName
{
background-color: #82F2C6;
}
</style>
border-color css
<style>
span { border-color: #82F2C6; }
span { border-color: rgb(130,242,198); }
td.TdClassName
{
border-color: #82F2C6;
}
.TagClassName
{
border-color: #82F2C6;
}
</style>