Shades of Aquamarine #82FFB5
Tints of Aquamarine #82FFB5
RGB
CMYK
RGB Variations
Color information
#82FFB5 (or 0x82FFB5) is known color: Aquamarine. HEX triplet: 82, FF and B5. RGB value is (130,255,181). Sum of RGB (Red+Green+Blue) = 130+255+181=566 (74% of max value = 765). Red value is 130 (51.17% from 255 or 22.97% from 566); Green value is 255 (100% from 255 or 45.05% from 566); Blue value is 181 (71.09% from 255 or 31.98% from 566); Max value from RGB is 255 - color contains mainly: green. Hex color #82FFB5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #82FFB5 is #7D004A. Grayscale: #D1D1D1. Windows color (decimal): -8192075 or 11927426. OLE color: 11927426.
HSL color Cylindrical-coordinate representation of color #82FFB5: hue angle of 144.48º 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 #82FFB5 is Cyan = 0.49, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 130 | 255 | 181 | - |
| CMYK | 0.49 | 0 | 0.29 | 0 |
| HSL | 144.48º | 1% | 0.75% | - |
| HSV(B) | 144.48º | 0.49% | 1% | - |
| XYZ | 53.31 | 79.6 | 56.27 | - |
| YUV | 209.19 | 112.09 | 71.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 255 | 181 | 0.49 | 0 | 0.29 | 0 | 144.48 | 1 | 0.75 |
| Hex | 82 | FF | B5 | 31 | 0 | 1D | 0 | 90 | 64 | 4B |
| Octal | 202 | 377 | 265 | 61 | 0 | 35 | 0 | 220 | 144 | 113 |
| Binary | 10000010 | 11111111 | 10110101 | 110001 | 0 | 11101 | 0 | 10010000 | 1100100 | 1001011 |
Color Harmonies of #82FFB5
Complementary color
Monochromatic Colors of #82FFB5
Black with #82FFB5
Text Example
Text Example
White with #82FFB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82FFB5; }
p { color: rgb(130,255,181); }
H1.HeaderClassName
{
color: #82FFB5;
}
.AnyTagClassName
{
color: #82FFB5;
}
</style>
background-color css
<style>
a { background-color: #82FFB5; }
a { background-color: rgb(130,255,181); }
div.DivClassName
{
background-color: #82FFB5;
}
.BgClassName
{
background-color: #82FFB5;
}
</style>
border-color css
<style>
span { border-color: #82FFB5; }
span { border-color: rgb(130,255,181); }
td.TdClassName
{
border-color: #82FFB5;
}
.TagClassName
{
border-color: #82FFB5;
}
</style>