Shades of Aquamarine #82F1BE
Tints of Aquamarine #82F1BE
RGB
CMYK
RGB Variations
Color information
#82F1BE (or 0x82F1BE) is known color: Aquamarine. HEX triplet: 82, F1 and BE. RGB value is (130,241,190). Sum of RGB (Red+Green+Blue) = 130+241+190=561 (74% of max value = 765). Red value is 130 (51.17% from 255 or 23.17% from 561); Green value is 241 (94.53% from 255 or 42.96% from 561); Blue value is 190 (74.61% from 255 or 33.87% from 561); Max value from RGB is 241 - color contains mainly: green. Hex color #82F1BE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #82F1BE is #7D0E41. Grayscale: #CACACA. Windows color (decimal): -8195650 or 12513666. OLE color: 12513666.
HSL color Cylindrical-coordinate representation of color #82F1BE: hue angle of 152.43º 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 #82F1BE is Cyan = 0.46, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 130 | 241 | 190 | - |
| CMYK | 0.46 | 0 | 0.21 | 0.05 |
| HSL | 152.43º | 0.8% | 0.73% | - |
| HSV(B) | 152.43º | 0.46% | 0.95% | - |
| XYZ | 49.96 | 71.37 | 59.86 | - |
| YUV | 202 | 121.23 | 76.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 241 | 190 | 0.46 | 0 | 0.21 | 0.05 | 152.43 | 0.8 | 0.73 |
| Hex | 82 | F1 | BE | 2E | 0 | 15 | 5 | 98 | 50 | 49 |
| Octal | 202 | 361 | 276 | 56 | 0 | 25 | 5 | 230 | 120 | 111 |
| Binary | 10000010 | 11110001 | 10111110 | 101110 | 0 | 10101 | 101 | 10011000 | 1010000 | 1001001 |
Color Harmonies of #82F1BE
Complementary color
Monochromatic Colors of #82F1BE
Black with #82F1BE
Text Example
Text Example
White with #82F1BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82F1BE; }
p { color: rgb(130,241,190); }
H1.HeaderClassName
{
color: #82F1BE;
}
.AnyTagClassName
{
color: #82F1BE;
}
</style>
background-color css
<style>
a { background-color: #82F1BE; }
a { background-color: rgb(130,241,190); }
div.DivClassName
{
background-color: #82F1BE;
}
.BgClassName
{
background-color: #82F1BE;
}
</style>
border-color css
<style>
span { border-color: #82F1BE; }
span { border-color: rgb(130,241,190); }
td.TdClassName
{
border-color: #82F1BE;
}
.TagClassName
{
border-color: #82F1BE;
}
</style>