Shades of Aquamarine #82F0DB
Tints of Aquamarine #82F0DB
RGB
CMYK
RGB Variations
Color information
#82F0DB (or 0x82F0DB) is known color: Aquamarine. HEX triplet: 82, F0 and DB. RGB value is (130,240,219). Sum of RGB (Red+Green+Blue) = 130+240+219=589 (78% of max value = 765). Red value is 130 (51.17% from 255 or 22.07% from 589); Green value is 240 (94.14% from 255 or 40.75% from 589); Blue value is 219 (85.94% from 255 or 37.18% from 589); Max value from RGB is 240 - color contains mainly: green. Hex color #82F0DB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #82F0DB is #7D0F24. Grayscale: #CCCCCC. Windows color (decimal): -8195877 or 14413954. OLE color: 14413954.
HSL color Cylindrical-coordinate representation of color #82F0DB: hue angle of 168.55º degrees, saturation: 0.79, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #82F0DB is Cyan = 0.46, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 130 | 240 | 219 | - |
| CMYK | 0.46 | 0 | 0.09 | 0.06 |
| HSL | 168.55º | 0.79% | 0.73% | - |
| HSV(B) | 168.55º | 0.46% | 0.94% | - |
| XYZ | 53.15 | 72.18 | 78.15 | - |
| YUV | 204.72 | 136.06 | 74.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 240 | 219 | 0.46 | 0 | 0.09 | 0.06 | 168.55 | 0.79 | 0.73 |
| Hex | 82 | F0 | DB | 2E | 0 | 9 | 6 | A9 | 4F | 49 |
| Octal | 202 | 360 | 333 | 56 | 0 | 11 | 6 | 251 | 117 | 111 |
| Binary | 10000010 | 11110000 | 11011011 | 101110 | 0 | 1001 | 110 | 10101001 | 1001111 | 1001001 |
Color Harmonies of #82F0DB
Complementary color
Monochromatic Colors of #82F0DB
Black with #82F0DB
Text Example
Text Example
White with #82F0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82F0DB; }
p { color: rgb(130,240,219); }
H1.HeaderClassName
{
color: #82F0DB;
}
.AnyTagClassName
{
color: #82F0DB;
}
</style>
background-color css
<style>
a { background-color: #82F0DB; }
a { background-color: rgb(130,240,219); }
div.DivClassName
{
background-color: #82F0DB;
}
.BgClassName
{
background-color: #82F0DB;
}
</style>
border-color css
<style>
span { border-color: #82F0DB; }
span { border-color: rgb(130,240,219); }
td.TdClassName
{
border-color: #82F0DB;
}
.TagClassName
{
border-color: #82F0DB;
}
</style>