Shades of Aquamarine #82FFBE
Tints of Aquamarine #82FFBE
RGB
CMYK
RGB Variations
Color information
#82FFBE (or 0x82FFBE) is known color: Aquamarine. HEX triplet: 82, FF and BE. RGB value is (130,255,190). Sum of RGB (Red+Green+Blue) = 130+255+190=575 (76% of max value = 765). Red value is 130 (51.17% from 255 or 22.61% from 575); Green value is 255 (100% from 255 or 44.35% from 575); Blue value is 190 (74.61% from 255 or 33.04% from 575); Max value from RGB is 255 - color contains mainly: green. Hex color #82FFBE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #82FFBE is #7D0041. Grayscale: #D2D2D2. Windows color (decimal): -8192066 or 12517250. OLE color: 12517250.
HSL color Cylindrical-coordinate representation of color #82FFBE: hue angle of 148.8º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #82FFBE is Cyan = 0.49, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 130 | 255 | 190 | - |
| CMYK | 0.49 | 0 | 0.25 | 0 |
| HSL | 148.8º | 1% | 0.75% | - |
| HSV(B) | 148.8º | 0.49% | 1% | - |
| XYZ | 54.26 | 79.98 | 61.29 | - |
| YUV | 210.22 | 116.59 | 70.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 255 | 190 | 0.49 | 0 | 0.25 | 0 | 148.8 | 1 | 0.75 |
| Hex | 82 | FF | BE | 31 | 0 | 19 | 0 | 95 | 64 | 4B |
| Octal | 202 | 377 | 276 | 61 | 0 | 31 | 0 | 225 | 144 | 113 |
| Binary | 10000010 | 11111111 | 10111110 | 110001 | 0 | 11001 | 0 | 10010101 | 1100100 | 1001011 |
Color Harmonies of #82FFBE
Complementary color
Monochromatic Colors of #82FFBE
Black with #82FFBE
Text Example
Text Example
White with #82FFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82FFBE; }
p { color: rgb(130,255,190); }
H1.HeaderClassName
{
color: #82FFBE;
}
.AnyTagClassName
{
color: #82FFBE;
}
</style>
background-color css
<style>
a { background-color: #82FFBE; }
a { background-color: rgb(130,255,190); }
div.DivClassName
{
background-color: #82FFBE;
}
.BgClassName
{
background-color: #82FFBE;
}
</style>
border-color css
<style>
span { border-color: #82FFBE; }
span { border-color: rgb(130,255,190); }
td.TdClassName
{
border-color: #82FFBE;
}
.TagClassName
{
border-color: #82FFBE;
}
</style>