Shades of Aquamarine #82F3B7
Tints of Aquamarine #82F3B7
RGB
CMYK
RGB Variations
Color information
#82F3B7 (or 0x82F3B7) is known color: Aquamarine. HEX triplet: 82, F3 and B7. RGB value is (130,243,183). Sum of RGB (Red+Green+Blue) = 130+243+183=556 (73% of max value = 765). Red value is 130 (51.17% from 255 or 23.38% from 556); Green value is 243 (95.31% from 255 or 43.71% from 556); Blue value is 183 (71.88% from 255 or 32.91% from 556); Max value from RGB is 243 - color contains mainly: green. Hex color #82F3B7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #82F3B7 is #7D0C48. Grayscale: #CACACA. Windows color (decimal): -8195145 or 12055426. OLE color: 12055426.
HSL color Cylindrical-coordinate representation of color #82F3B7: hue angle of 148.14º degrees, saturation: 0.82, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #82F3B7 is Cyan = 0.47, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 130 | 243 | 183 | - |
| CMYK | 0.47 | 0 | 0.25 | 0.05 |
| HSL | 148.14º | 0.82% | 0.73% | - |
| HSV(B) | 148.14º | 0.47% | 0.95% | - |
| XYZ | 49.8 | 72.27 | 56.12 | - |
| YUV | 202.37 | 117.06 | 76.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 243 | 183 | 0.47 | 0 | 0.25 | 0.05 | 148.14 | 0.82 | 0.73 |
| Hex | 82 | F3 | B7 | 2F | 0 | 19 | 5 | 94 | 52 | 49 |
| Octal | 202 | 363 | 267 | 57 | 0 | 31 | 5 | 224 | 122 | 111 |
| Binary | 10000010 | 11110011 | 10110111 | 101111 | 0 | 11001 | 101 | 10010100 | 1010010 | 1001001 |
Color Harmonies of #82F3B7
Complementary color
Monochromatic Colors of #82F3B7
Black with #82F3B7
Text Example
Text Example
White with #82F3B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82F3B7; }
p { color: rgb(130,243,183); }
H1.HeaderClassName
{
color: #82F3B7;
}
.AnyTagClassName
{
color: #82F3B7;
}
</style>
background-color css
<style>
a { background-color: #82F3B7; }
a { background-color: rgb(130,243,183); }
div.DivClassName
{
background-color: #82F3B7;
}
.BgClassName
{
background-color: #82F3B7;
}
</style>
border-color css
<style>
span { border-color: #82F3B7; }
span { border-color: rgb(130,243,183); }
td.TdClassName
{
border-color: #82F3B7;
}
.TagClassName
{
border-color: #82F3B7;
}
</style>