Shades of Aquamarine #82F1D6
Tints of Aquamarine #82F1D6
RGB
CMYK
RGB Variations
Color information
#82F1D6 (or 0x82F1D6) is known color: Aquamarine. HEX triplet: 82, F1 and D6. RGB value is (130,241,214). Sum of RGB (Red+Green+Blue) = 130+241+214=585 (77% of max value = 765). Red value is 130 (51.17% from 255 or 22.22% from 585); Green value is 241 (94.53% from 255 or 41.20% from 585); Blue value is 214 (83.98% from 255 or 36.58% from 585); Max value from RGB is 241 - color contains mainly: green. Hex color #82F1D6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #82F1D6 is #7D0E29. Grayscale: #CCCCCC. Windows color (decimal): -8195626 or 14086530. OLE color: 14086530.
HSL color Cylindrical-coordinate representation of color #82F1D6: hue angle of 165.41º degrees, saturation: 0.8, 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 #82F1D6 is Cyan = 0.46, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 130 | 241 | 214 | - |
| CMYK | 0.46 | 0 | 0.11 | 0.05 |
| HSL | 165.41º | 0.8% | 0.73% | - |
| HSV(B) | 165.41º | 0.46% | 0.95% | - |
| XYZ | 52.8 | 72.51 | 74.83 | - |
| YUV | 204.73 | 133.23 | 74.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 241 | 214 | 0.46 | 0 | 0.11 | 0.05 | 165.41 | 0.8 | 0.73 |
| Hex | 82 | F1 | D6 | 2E | 0 | B | 5 | A5 | 50 | 49 |
| Octal | 202 | 361 | 326 | 56 | 0 | 13 | 5 | 245 | 120 | 111 |
| Binary | 10000010 | 11110001 | 11010110 | 101110 | 0 | 1011 | 101 | 10100101 | 1010000 | 1001001 |
Color Harmonies of #82F1D6
Complementary color
Monochromatic Colors of #82F1D6
Black with #82F1D6
Text Example
Text Example
White with #82F1D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82F1D6; }
p { color: rgb(130,241,214); }
H1.HeaderClassName
{
color: #82F1D6;
}
.AnyTagClassName
{
color: #82F1D6;
}
</style>
background-color css
<style>
a { background-color: #82F1D6; }
a { background-color: rgb(130,241,214); }
div.DivClassName
{
background-color: #82F1D6;
}
.BgClassName
{
background-color: #82F1D6;
}
</style>
border-color css
<style>
span { border-color: #82F1D6; }
span { border-color: rgb(130,241,214); }
td.TdClassName
{
border-color: #82F1D6;
}
.TagClassName
{
border-color: #82F1D6;
}
</style>