Shades of Aquamarine #82F1D1
Tints of Aquamarine #82F1D1
RGB
CMYK
RGB Variations
Color information
#82F1D1 (or 0x82F1D1) is known color: Aquamarine. HEX triplet: 82, F1 and D1. RGB value is (130,241,209). Sum of RGB (Red+Green+Blue) = 130+241+209=580 (76% of max value = 765). Red value is 130 (51.17% from 255 or 22.41% from 580); Green value is 241 (94.53% from 255 or 41.55% from 580); Blue value is 209 (82.03% from 255 or 36.03% from 580); Max value from RGB is 241 - color contains mainly: green. Hex color #82F1D1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #82F1D1 is #7D0E2E. Grayscale: #CCCCCC. Windows color (decimal): -8195631 or 13758850. OLE color: 13758850.
HSL color Cylindrical-coordinate representation of color #82F1D1: hue angle of 162.7º 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 #82F1D1 is Cyan = 0.46, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 130 | 241 | 209 | - |
| CMYK | 0.46 | 0 | 0.13 | 0.05 |
| HSL | 162.7º | 0.8% | 0.73% | - |
| HSV(B) | 162.7º | 0.46% | 0.95% | - |
| XYZ | 52.17 | 72.26 | 71.52 | - |
| YUV | 204.16 | 130.73 | 75.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 241 | 209 | 0.46 | 0 | 0.13 | 0.05 | 162.7 | 0.8 | 0.73 |
| Hex | 82 | F1 | D1 | 2E | 0 | D | 5 | A3 | 50 | 49 |
| Octal | 202 | 361 | 321 | 56 | 0 | 15 | 5 | 243 | 120 | 111 |
| Binary | 10000010 | 11110001 | 11010001 | 101110 | 0 | 1101 | 101 | 10100011 | 1010000 | 1001001 |
Color Harmonies of #82F1D1
Complementary color
Monochromatic Colors of #82F1D1
Black with #82F1D1
Text Example
Text Example
White with #82F1D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82F1D1; }
p { color: rgb(130,241,209); }
H1.HeaderClassName
{
color: #82F1D1;
}
.AnyTagClassName
{
color: #82F1D1;
}
</style>
background-color css
<style>
a { background-color: #82F1D1; }
a { background-color: rgb(130,241,209); }
div.DivClassName
{
background-color: #82F1D1;
}
.BgClassName
{
background-color: #82F1D1;
}
</style>
border-color css
<style>
span { border-color: #82F1D1; }
span { border-color: rgb(130,241,209); }
td.TdClassName
{
border-color: #82F1D1;
}
.TagClassName
{
border-color: #82F1D1;
}
</style>