Shades of Aquamarine #82FFCD
Tints of Aquamarine #82FFCD
RGB
CMYK
RGB Variations
Color information
#82FFCD (or 0x82FFCD) is known color: Aquamarine. HEX triplet: 82, FF and CD. RGB value is (130,255,205). Sum of RGB (Red+Green+Blue) = 130+255+205=590 (78% of max value = 765). Red value is 130 (51.17% from 255 or 22.03% from 590); Green value is 255 (100% from 255 or 43.22% from 590); Blue value is 205 (80.47% from 255 or 34.75% from 590); Max value from RGB is 255 - color contains mainly: green. Hex color #82FFCD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #82FFCD is #7D0032. Grayscale: #D4D4D4. Windows color (decimal): -8192051 or 13500290. OLE color: 13500290.
HSL color Cylindrical-coordinate representation of color #82FFCD: hue angle of 156º 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 #82FFCD is Cyan = 0.49, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 130 | 255 | 205 | - |
| CMYK | 0.49 | 0 | 0.20 | 0 |
| HSL | 156º | 1% | 0.75% | - |
| HSV(B) | 156º | 0.49% | 1% | - |
| XYZ | 55.99 | 80.67 | 70.38 | - |
| YUV | 211.93 | 124.09 | 69.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 255 | 205 | 0.49 | 0 | 0.20 | 0 | 156 | 1 | 0.75 |
| Hex | 82 | FF | CD | 31 | 0 | 14 | 0 | 9C | 64 | 4B |
| Octal | 202 | 377 | 315 | 61 | 0 | 24 | 0 | 234 | 144 | 113 |
| Binary | 10000010 | 11111111 | 11001101 | 110001 | 0 | 10100 | 0 | 10011100 | 1100100 | 1001011 |
Color Harmonies of #82FFCD
Complementary color
Monochromatic Colors of #82FFCD
Black with #82FFCD
Text Example
Text Example
White with #82FFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82FFCD; }
p { color: rgb(130,255,205); }
H1.HeaderClassName
{
color: #82FFCD;
}
.AnyTagClassName
{
color: #82FFCD;
}
</style>
background-color css
<style>
a { background-color: #82FFCD; }
a { background-color: rgb(130,255,205); }
div.DivClassName
{
background-color: #82FFCD;
}
.BgClassName
{
background-color: #82FFCD;
}
</style>
border-color css
<style>
span { border-color: #82FFCD; }
span { border-color: rgb(130,255,205); }
td.TdClassName
{
border-color: #82FFCD;
}
.TagClassName
{
border-color: #82FFCD;
}
</style>