Shades of Aquamarine #82F3BB
Tints of Aquamarine #82F3BB
RGB
CMYK
RGB Variations
Color information
#82F3BB (or 0x82F3BB) is known color: Aquamarine. HEX triplet: 82, F3 and BB. RGB value is (130,243,187). Sum of RGB (Red+Green+Blue) = 130+243+187=560 (74% of max value = 765). Red value is 130 (51.17% from 255 or 23.21% from 560); Green value is 243 (95.31% from 255 or 43.39% from 560); Blue value is 187 (73.44% from 255 or 33.39% from 560); Max value from RGB is 243 - color contains mainly: green. Hex color #82F3BB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #82F3BB is #7D0C44. Grayscale: #CACACA. Windows color (decimal): -8195141 or 12317570. OLE color: 12317570.
HSL color Cylindrical-coordinate representation of color #82F3BB: hue angle of 150.27º 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 #82F3BB is Cyan = 0.47, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 130 | 243 | 187 | - |
| CMYK | 0.47 | 0 | 0.23 | 0.05 |
| HSL | 150.27º | 0.82% | 0.73% | - |
| HSV(B) | 150.27º | 0.47% | 0.95% | - |
| XYZ | 50.23 | 72.43 | 58.35 | - |
| YUV | 202.83 | 119.06 | 76.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 243 | 187 | 0.47 | 0 | 0.23 | 0.05 | 150.27 | 0.82 | 0.73 |
| Hex | 82 | F3 | BB | 2F | 0 | 17 | 5 | 96 | 52 | 49 |
| Octal | 202 | 363 | 273 | 57 | 0 | 27 | 5 | 226 | 122 | 111 |
| Binary | 10000010 | 11110011 | 10111011 | 101111 | 0 | 10111 | 101 | 10010110 | 1010010 | 1001001 |
Color Harmonies of #82F3BB
Complementary color
Monochromatic Colors of #82F3BB
Black with #82F3BB
Text Example
Text Example
White with #82F3BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82F3BB; }
p { color: rgb(130,243,187); }
H1.HeaderClassName
{
color: #82F3BB;
}
.AnyTagClassName
{
color: #82F3BB;
}
</style>
background-color css
<style>
a { background-color: #82F3BB; }
a { background-color: rgb(130,243,187); }
div.DivClassName
{
background-color: #82F3BB;
}
.BgClassName
{
background-color: #82F3BB;
}
</style>
border-color css
<style>
span { border-color: #82F3BB; }
span { border-color: rgb(130,243,187); }
td.TdClassName
{
border-color: #82F3BB;
}
.TagClassName
{
border-color: #82F3BB;
}
</style>