Shades of Aquamarine #82FDDB
Tints of Aquamarine #82FDDB
RGB
CMYK
RGB Variations
Color information
#82FDDB (or 0x82FDDB) is known color: Aquamarine. HEX triplet: 82, FD and DB. RGB value is (130,253,219). Sum of RGB (Red+Green+Blue) = 130+253+219=602 (79% of max value = 765). Red value is 130 (51.17% from 255 or 21.59% from 602); Green value is 253 (99.22% from 255 or 42.03% from 602); Blue value is 219 (85.94% from 255 or 36.38% from 602); Max value from RGB is 253 - color contains mainly: green. Hex color #82FDDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #82FDDB is #7D0224. Grayscale: #D4D4D4. Windows color (decimal): -8192549 or 14417282. OLE color: 14417282.
HSL color Cylindrical-coordinate representation of color #82FDDB: hue angle of 163.41º 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 #82FDDB is Cyan = 0.49, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 130 | 253 | 219 | - |
| CMYK | 0.49 | 0 | 0.13 | 0.01 |
| HSL | 163.41º | 0.97% | 0.75% | - |
| HSV(B) | 163.41º | 0.49% | 0.99% | - |
| XYZ | 57.12 | 80.11 | 79.47 | - |
| YUV | 212.35 | 131.75 | 69.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 253 | 219 | 0.49 | 0 | 0.13 | 0.01 | 163.41 | 0.97 | 0.75 |
| Hex | 82 | FD | DB | 31 | 0 | D | 1 | A3 | 61 | 4B |
| Octal | 202 | 375 | 333 | 61 | 0 | 15 | 1 | 243 | 141 | 113 |
| Binary | 10000010 | 11111101 | 11011011 | 110001 | 0 | 1101 | 1 | 10100011 | 1100001 | 1001011 |
Color Harmonies of #82FDDB
Complementary color
Monochromatic Colors of #82FDDB
Black with #82FDDB
Text Example
Text Example
White with #82FDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82FDDB; }
p { color: rgb(130,253,219); }
H1.HeaderClassName
{
color: #82FDDB;
}
.AnyTagClassName
{
color: #82FDDB;
}
</style>
background-color css
<style>
a { background-color: #82FDDB; }
a { background-color: rgb(130,253,219); }
div.DivClassName
{
background-color: #82FDDB;
}
.BgClassName
{
background-color: #82FDDB;
}
</style>
border-color css
<style>
span { border-color: #82FDDB; }
span { border-color: rgb(130,253,219); }
td.TdClassName
{
border-color: #82FDDB;
}
.TagClassName
{
border-color: #82FDDB;
}
</style>