Shades of Aquamarine #82F6D3
Tints of Aquamarine #82F6D3
RGB
CMYK
RGB Variations
Color information
#82F6D3 (or 0x82F6D3) is known color: Aquamarine. HEX triplet: 82, F6 and D3. RGB value is (130,246,211). Sum of RGB (Red+Green+Blue) = 130+246+211=587 (77% of max value = 765). Red value is 130 (51.17% from 255 or 22.15% from 587); Green value is 246 (96.48% from 255 or 41.91% from 587); Blue value is 211 (82.81% from 255 or 35.95% from 587); Max value from RGB is 246 - color contains mainly: green. Hex color #82F6D3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #82F6D3 is #7D092C. Grayscale: #CFCFCF. Windows color (decimal): -8194349 or 13891202. OLE color: 13891202.
HSL color Cylindrical-coordinate representation of color #82F6D3: hue angle of 161.9º degrees, saturation: 0.87, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #82F6D3 is Cyan = 0.47, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 130 | 246 | 211 | - |
| CMYK | 0.47 | 0 | 0.14 | 0.04 |
| HSL | 161.9º | 0.87% | 0.74% | - |
| HSV(B) | 161.9º | 0.47% | 0.96% | - |
| XYZ | 53.92 | 75.36 | 73.33 | - |
| YUV | 207.33 | 130.07 | 72.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 246 | 211 | 0.47 | 0 | 0.14 | 0.04 | 161.9 | 0.87 | 0.74 |
| Hex | 82 | F6 | D3 | 2F | 0 | E | 4 | A2 | 57 | 4A |
| Octal | 202 | 366 | 323 | 57 | 0 | 16 | 4 | 242 | 127 | 112 |
| Binary | 10000010 | 11110110 | 11010011 | 101111 | 0 | 1110 | 100 | 10100010 | 1010111 | 1001010 |
Color Harmonies of #82F6D3
Complementary color
Monochromatic Colors of #82F6D3
Black with #82F6D3
Text Example
Text Example
White with #82F6D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82F6D3; }
p { color: rgb(130,246,211); }
H1.HeaderClassName
{
color: #82F6D3;
}
.AnyTagClassName
{
color: #82F6D3;
}
</style>
background-color css
<style>
a { background-color: #82F6D3; }
a { background-color: rgb(130,246,211); }
div.DivClassName
{
background-color: #82F6D3;
}
.BgClassName
{
background-color: #82F6D3;
}
</style>
border-color css
<style>
span { border-color: #82F6D3; }
span { border-color: rgb(130,246,211); }
td.TdClassName
{
border-color: #82F6D3;
}
.TagClassName
{
border-color: #82F6D3;
}
</style>