Shades of Summer Green #82CEA0
Tints of Summer Green #82CEA0
RGB
CMYK
RGB Variations
Color information
#82CEA0 (or 0x82CEA0) is known color: Summer Green. HEX triplet: 82, CE and A0. RGB value is (130,206,160). Sum of RGB (Red+Green+Blue) = 130+206+160=496 (65% of max value = 765). Red value is 130 (51.17% from 255 or 26.21% from 496); Green value is 206 (80.86% from 255 or 41.53% from 496); Blue value is 160 (62.89% from 255 or 32.26% from 496); Max value from RGB is 206 - color contains mainly: green. Hex color #82CEA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82CEA0 is #7D315F. Grayscale: #B2B2B2. Windows color (decimal): -8204640 or 10538626. OLE color: 10538626.
HSL color Cylindrical-coordinate representation of color #82CEA0: hue angle of 143.68º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #82CEA0 is Cyan = 0.37, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 130 | 206 | 160 | - |
| CMYK | 0.37 | 0 | 0.22 | 0.19 |
| HSL | 143.68º | 0.44% | 0.66% | - |
| HSV(B) | 143.68º | 0.37% | 0.81% | - |
| XYZ | 37.62 | 51.43 | 41.2 | - |
| YUV | 178.03 | 117.82 | 93.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 206 | 160 | 0.37 | 0 | 0.22 | 0.19 | 143.68 | 0.44 | 0.66 |
| Hex | 82 | CE | A0 | 25 | 0 | 16 | 13 | 90 | 2C | 42 |
| Octal | 202 | 316 | 240 | 45 | 0 | 26 | 23 | 220 | 54 | 102 |
| Binary | 10000010 | 11001110 | 10100000 | 100101 | 0 | 10110 | 10011 | 10010000 | 101100 | 1000010 |
Color Harmonies of #82CEA0
Complementary color
Monochromatic Colors of #82CEA0
Black with #82CEA0
Text Example
Text Example
White with #82CEA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82CEA0; }
p { color: rgb(130,206,160); }
H1.HeaderClassName
{
color: #82CEA0;
}
.AnyTagClassName
{
color: #82CEA0;
}
</style>
background-color css
<style>
a { background-color: #82CEA0; }
a { background-color: rgb(130,206,160); }
div.DivClassName
{
background-color: #82CEA0;
}
.BgClassName
{
background-color: #82CEA0;
}
</style>
border-color css
<style>
span { border-color: #82CEA0; }
span { border-color: rgb(130,206,160); }
td.TdClassName
{
border-color: #82CEA0;
}
.TagClassName
{
border-color: #82CEA0;
}
</style>