Shades of Aquamarine #82FDDD
Tints of Aquamarine #82FDDD
RGB
CMYK
RGB Variations
Color information
#82FDDD (or 0x82FDDD) is known color: Aquamarine. HEX triplet: 82, FD and DD. RGB value is (130,253,221). Sum of RGB (Red+Green+Blue) = 130+253+221=604 (80% of max value = 765). Red value is 130 (51.17% from 255 or 21.52% from 604); Green value is 253 (99.22% from 255 or 41.89% from 604); Blue value is 221 (86.72% from 255 or 36.59% from 604); Max value from RGB is 253 - color contains mainly: green. Hex color #82FDDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #82FDDD is #7D0222. Grayscale: #D4D4D4. Windows color (decimal): -8192547 or 14548354. OLE color: 14548354.
HSL color Cylindrical-coordinate representation of color #82FDDD: hue angle of 164.39º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #82FDDD is Cyan = 0.49, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 130 | 253 | 221 | - |
| CMYK | 0.49 | 0 | 0.13 | 0.01 |
| HSL | 164.39º | 0.97% | 0.75% | - |
| HSV(B) | 164.39º | 0.49% | 0.99% | - |
| XYZ | 57.38 | 80.22 | 80.87 | - |
| YUV | 212.58 | 132.75 | 69.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 253 | 221 | 0.49 | 0 | 0.13 | 0.01 | 164.39 | 0.97 | 0.75 |
| Hex | 82 | FD | DD | 31 | 0 | D | 1 | A4 | 61 | 4B |
| Octal | 202 | 375 | 335 | 61 | 0 | 15 | 1 | 244 | 141 | 113 |
| Binary | 10000010 | 11111101 | 11011101 | 110001 | 0 | 1101 | 1 | 10100100 | 1100001 | 1001011 |
Color Harmonies of #82FDDD
Complementary color
Monochromatic Colors of #82FDDD
Black with #82FDDD
Text Example
Text Example
White with #82FDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82FDDD; }
p { color: rgb(130,253,221); }
H1.HeaderClassName
{
color: #82FDDD;
}
.AnyTagClassName
{
color: #82FDDD;
}
</style>
background-color css
<style>
a { background-color: #82FDDD; }
a { background-color: rgb(130,253,221); }
div.DivClassName
{
background-color: #82FDDD;
}
.BgClassName
{
background-color: #82FDDD;
}
</style>
border-color css
<style>
span { border-color: #82FDDD; }
span { border-color: rgb(130,253,221); }
td.TdClassName
{
border-color: #82FDDD;
}
.TagClassName
{
border-color: #82FDDD;
}
</style>