Shades of Aquamarine #82FFCE
Tints of Aquamarine #82FFCE
RGB
CMYK
RGB Variations
Color information
#82FFCE (or 0x82FFCE) is known color: Aquamarine. HEX triplet: 82, FF and CE. RGB value is (130,255,206). Sum of RGB (Red+Green+Blue) = 130+255+206=591 (78% of max value = 765). Red value is 130 (51.17% from 255 or 22.00% from 591); Green value is 255 (100% from 255 or 43.15% from 591); Blue value is 206 (80.86% from 255 or 34.86% from 591); Max value from RGB is 255 - color contains mainly: green. Hex color #82FFCE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #82FFCE is #7D0031. Grayscale: #D4D4D4. Windows color (decimal): -8192050 or 13565826. OLE color: 13565826.
HSL color Cylindrical-coordinate representation of color #82FFCE: hue angle of 156.48º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #82FFCE is Cyan = 0.49, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 130 | 255 | 206 | - |
| CMYK | 0.49 | 0 | 0.19 | 0 |
| HSL | 156.48º | 1% | 0.75% | - |
| HSV(B) | 156.48º | 0.49% | 1% | - |
| XYZ | 56.11 | 80.72 | 71.02 | - |
| YUV | 212.04 | 124.59 | 69.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 255 | 206 | 0.49 | 0 | 0.19 | 0 | 156.48 | 1 | 0.75 |
| Hex | 82 | FF | CE | 31 | 0 | 13 | 0 | 9C | 64 | 4B |
| Octal | 202 | 377 | 316 | 61 | 0 | 23 | 0 | 234 | 144 | 113 |
| Binary | 10000010 | 11111111 | 11001110 | 110001 | 0 | 10011 | 0 | 10011100 | 1100100 | 1001011 |
Color Harmonies of #82FFCE
Complementary color
Monochromatic Colors of #82FFCE
Black with #82FFCE
Text Example
Text Example
White with #82FFCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82FFCE; }
p { color: rgb(130,255,206); }
H1.HeaderClassName
{
color: #82FFCE;
}
.AnyTagClassName
{
color: #82FFCE;
}
</style>
background-color css
<style>
a { background-color: #82FFCE; }
a { background-color: rgb(130,255,206); }
div.DivClassName
{
background-color: #82FFCE;
}
.BgClassName
{
background-color: #82FFCE;
}
</style>
border-color css
<style>
span { border-color: #82FFCE; }
span { border-color: rgb(130,255,206); }
td.TdClassName
{
border-color: #82FFCE;
}
.TagClassName
{
border-color: #82FFCE;
}
</style>