Shades of Aquamarine #82FBDB
Tints of Aquamarine #82FBDB
RGB
CMYK
RGB Variations
Color information
#82FBDB (or 0x82FBDB) is known color: Aquamarine. HEX triplet: 82, FB and DB. RGB value is (130,251,219). Sum of RGB (Red+Green+Blue) = 130+251+219=600 (79% of max value = 765). Red value is 130 (51.17% from 255 or 21.67% from 600); Green value is 251 (98.44% from 255 or 41.83% from 600); Blue value is 219 (85.94% from 255 or 36.5% from 600); Max value from RGB is 251 - color contains mainly: green. Hex color #82FBDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #82FBDB is #7D0424. Grayscale: #D3D3D3. Windows color (decimal): -8193061 or 14416770. OLE color: 14416770.
HSL color Cylindrical-coordinate representation of color #82FBDB: hue angle of 164.13º degrees, saturation: 0.94, 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 #82FBDB is Cyan = 0.48, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 130 | 251 | 219 | - |
| CMYK | 0.48 | 0 | 0.13 | 0.02 |
| HSL | 164.13º | 0.94% | 0.75% | - |
| HSV(B) | 164.13º | 0.48% | 0.98% | - |
| XYZ | 56.49 | 78.85 | 79.26 | - |
| YUV | 211.17 | 132.41 | 70.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 251 | 219 | 0.48 | 0 | 0.13 | 0.02 | 164.13 | 0.94 | 0.75 |
| Hex | 82 | FB | DB | 30 | 0 | D | 2 | A4 | 5E | 4B |
| Octal | 202 | 373 | 333 | 60 | 0 | 15 | 2 | 244 | 136 | 113 |
| Binary | 10000010 | 11111011 | 11011011 | 110000 | 0 | 1101 | 10 | 10100100 | 1011110 | 1001011 |
Color Harmonies of #82FBDB
Complementary color
Monochromatic Colors of #82FBDB
Black with #82FBDB
Text Example
Text Example
White with #82FBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82FBDB; }
p { color: rgb(130,251,219); }
H1.HeaderClassName
{
color: #82FBDB;
}
.AnyTagClassName
{
color: #82FBDB;
}
</style>
background-color css
<style>
a { background-color: #82FBDB; }
a { background-color: rgb(130,251,219); }
div.DivClassName
{
background-color: #82FBDB;
}
.BgClassName
{
background-color: #82FBDB;
}
</style>
border-color css
<style>
span { border-color: #82FBDB; }
span { border-color: rgb(130,251,219); }
td.TdClassName
{
border-color: #82FBDB;
}
.TagClassName
{
border-color: #82FBDB;
}
</style>