Shades of Summer Green #82C9A1
Tints of Summer Green #82C9A1
RGB
CMYK
RGB Variations
Color information
#82C9A1 (or 0x82C9A1) is known color: Summer Green. HEX triplet: 82, C9 and A1. RGB value is (130,201,161). Sum of RGB (Red+Green+Blue) = 130+201+161=492 (65% of max value = 765). Red value is 130 (51.17% from 255 or 26.42% from 492); Green value is 201 (78.91% from 255 or 40.85% from 492); Blue value is 161 (63.28% from 255 or 32.72% from 492); Max value from RGB is 201 - color contains mainly: green. Hex color #82C9A1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82C9A1 is #7D365E. Grayscale: #AFAFAF. Windows color (decimal): -8205919 or 10602882. OLE color: 10602882.
HSL color Cylindrical-coordinate representation of color #82C9A1: hue angle of 146.2º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #82C9A1 is Cyan = 0.35, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 130 | 201 | 161 | - |
| CMYK | 0.35 | 0 | 0.20 | 0.21 |
| HSL | 146.2º | 0.4% | 0.65% | - |
| HSV(B) | 146.2º | 0.35% | 0.79% | - |
| XYZ | 36.53 | 49.09 | 41.27 | - |
| YUV | 175.21 | 119.98 | 95.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 201 | 161 | 0.35 | 0 | 0.20 | 0.21 | 146.2 | 0.4 | 0.65 |
| Hex | 82 | C9 | A1 | 23 | 0 | 14 | 15 | 92 | 28 | 41 |
| Octal | 202 | 311 | 241 | 43 | 0 | 24 | 25 | 222 | 50 | 101 |
| Binary | 10000010 | 11001001 | 10100001 | 100011 | 0 | 10100 | 10101 | 10010010 | 101000 | 1000001 |
Color Harmonies of #82C9A1
Complementary color
Monochromatic Colors of #82C9A1
Black with #82C9A1
Text Example
Text Example
White with #82C9A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82C9A1; }
p { color: rgb(130,201,161); }
H1.HeaderClassName
{
color: #82C9A1;
}
.AnyTagClassName
{
color: #82C9A1;
}
</style>
background-color css
<style>
a { background-color: #82C9A1; }
a { background-color: rgb(130,201,161); }
div.DivClassName
{
background-color: #82C9A1;
}
.BgClassName
{
background-color: #82C9A1;
}
</style>
border-color css
<style>
span { border-color: #82C9A1; }
span { border-color: rgb(130,201,161); }
td.TdClassName
{
border-color: #82C9A1;
}
.TagClassName
{
border-color: #82C9A1;
}
</style>