Shades of Aquamarine #82FFD5
Tints of Aquamarine #82FFD5
RGB
CMYK
RGB Variations
Color information
#82FFD5 (or 0x82FFD5) is known color: Aquamarine. HEX triplet: 82, FF and D5. RGB value is (130,255,213). Sum of RGB (Red+Green+Blue) = 130+255+213=598 (79% of max value = 765). Red value is 130 (51.17% from 255 or 21.74% from 598); Green value is 255 (100% from 255 or 42.64% from 598); Blue value is 213 (83.59% from 255 or 35.62% from 598); Max value from RGB is 255 - color contains mainly: green. Hex color #82FFD5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #82FFD5 is #7D002A. Grayscale: #D4D4D4. Windows color (decimal): -8192043 or 14024578. OLE color: 14024578.
HSL color Cylindrical-coordinate representation of color #82FFD5: hue angle of 159.84º 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 #82FFD5 is Cyan = 0.49, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
| RGB | 130 | 255 | 213 | - |
| CMYK | 0.49 | 0 | 0.16 | 0 |
| HSL | 159.84º | 1% | 0.75% | - |
| HSV(B) | 159.84º | 0.49% | 1% | - |
| XYZ | 56.98 | 81.07 | 75.6 | - |
| YUV | 212.84 | 128.09 | 68.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 255 | 213 | 0.49 | 0 | 0.16 | 0 | 159.84 | 1 | 0.75 |
| Hex | 82 | FF | D5 | 31 | 0 | 10 | 0 | A0 | 64 | 4B |
| Octal | 202 | 377 | 325 | 61 | 0 | 20 | 0 | 240 | 144 | 113 |
| Binary | 10000010 | 11111111 | 11010101 | 110001 | 0 | 10000 | 0 | 10100000 | 1100100 | 1001011 |
Color Harmonies of #82FFD5
Complementary color
Monochromatic Colors of #82FFD5
Black with #82FFD5
Text Example
Text Example
White with #82FFD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82FFD5; }
p { color: rgb(130,255,213); }
H1.HeaderClassName
{
color: #82FFD5;
}
.AnyTagClassName
{
color: #82FFD5;
}
</style>
background-color css
<style>
a { background-color: #82FFD5; }
a { background-color: rgb(130,255,213); }
div.DivClassName
{
background-color: #82FFD5;
}
.BgClassName
{
background-color: #82FFD5;
}
</style>
border-color css
<style>
span { border-color: #82FFD5; }
span { border-color: rgb(130,255,213); }
td.TdClassName
{
border-color: #82FFD5;
}
.TagClassName
{
border-color: #82FFD5;
}
</style>