Shades of Aquamarine #82FADB
Tints of Aquamarine #82FADB
RGB
CMYK
RGB Variations
Color information
#82FADB (or 0x82FADB) is known color: Aquamarine. HEX triplet: 82, FA and DB. RGB value is (130,250,219). Sum of RGB (Red+Green+Blue) = 130+250+219=599 (79% of max value = 765). Red value is 130 (51.17% from 255 or 21.70% from 599); Green value is 250 (98.05% from 255 or 41.74% from 599); Blue value is 219 (85.94% from 255 or 36.56% from 599); Max value from RGB is 250 - color contains mainly: green. Hex color #82FADB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #82FADB is #7D0524. Grayscale: #D2D2D2. Windows color (decimal): -8193317 or 14416514. OLE color: 14416514.
HSL color Cylindrical-coordinate representation of color #82FADB: hue angle of 164.5º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #82FADB is Cyan = 0.48, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 130 | 250 | 219 | - |
| CMYK | 0.48 | 0 | 0.12 | 0.02 |
| HSL | 164.5º | 0.92% | 0.75% | - |
| HSV(B) | 164.5º | 0.48% | 0.98% | - |
| XYZ | 56.18 | 78.23 | 79.16 | - |
| YUV | 210.59 | 132.74 | 70.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 250 | 219 | 0.48 | 0 | 0.12 | 0.02 | 164.5 | 0.92 | 0.75 |
| Hex | 82 | FA | DB | 30 | 0 | C | 2 | A4 | 5C | 4B |
| Octal | 202 | 372 | 333 | 60 | 0 | 14 | 2 | 244 | 134 | 113 |
| Binary | 10000010 | 11111010 | 11011011 | 110000 | 0 | 1100 | 10 | 10100100 | 1011100 | 1001011 |
Color Harmonies of #82FADB
Complementary color
Monochromatic Colors of #82FADB
Black with #82FADB
Text Example
Text Example
White with #82FADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82FADB; }
p { color: rgb(130,250,219); }
H1.HeaderClassName
{
color: #82FADB;
}
.AnyTagClassName
{
color: #82FADB;
}
</style>
background-color css
<style>
a { background-color: #82FADB; }
a { background-color: rgb(130,250,219); }
div.DivClassName
{
background-color: #82FADB;
}
.BgClassName
{
background-color: #82FADB;
}
</style>
border-color css
<style>
span { border-color: #82FADB; }
span { border-color: rgb(130,250,219); }
td.TdClassName
{
border-color: #82FADB;
}
.TagClassName
{
border-color: #82FADB;
}
</style>