Shades of Summer Green #82CCA1
Tints of Summer Green #82CCA1
RGB
CMYK
RGB Variations
Color information
#82CCA1 (or 0x82CCA1) is known color: Summer Green. HEX triplet: 82, CC and A1. RGB value is (130,204,161). Sum of RGB (Red+Green+Blue) = 130+204+161=495 (65% of max value = 765). Red value is 130 (51.17% from 255 or 26.26% from 495); Green value is 204 (80.08% from 255 or 41.21% from 495); Blue value is 161 (63.28% from 255 or 32.53% from 495); Max value from RGB is 204 - color contains mainly: green. Hex color #82CCA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82CCA1 is #7D335E. Grayscale: #B1B1B1. Windows color (decimal): -8205151 or 10603650. OLE color: 10603650.
HSL color Cylindrical-coordinate representation of color #82CCA1: hue angle of 145.14º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #82CCA1 is Cyan = 0.36, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 130 | 204 | 161 | - |
| CMYK | 0.36 | 0 | 0.21 | 0.2 |
| HSL | 145.14º | 0.42% | 0.65% | - |
| HSV(B) | 145.14º | 0.36% | 0.8% | - |
| XYZ | 37.23 | 50.5 | 41.5 | - |
| YUV | 176.97 | 118.98 | 94.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 204 | 161 | 0.36 | 0 | 0.21 | 0.2 | 145.14 | 0.42 | 0.65 |
| Hex | 82 | CC | A1 | 24 | 0 | 15 | 14 | 91 | 2A | 41 |
| Octal | 202 | 314 | 241 | 44 | 0 | 25 | 24 | 221 | 52 | 101 |
| Binary | 10000010 | 11001100 | 10100001 | 100100 | 0 | 10101 | 10100 | 10010001 | 101010 | 1000001 |
Color Harmonies of #82CCA1
Complementary color
Monochromatic Colors of #82CCA1
Black with #82CCA1
Text Example
Text Example
White with #82CCA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82CCA1; }
p { color: rgb(130,204,161); }
H1.HeaderClassName
{
color: #82CCA1;
}
.AnyTagClassName
{
color: #82CCA1;
}
</style>
background-color css
<style>
a { background-color: #82CCA1; }
a { background-color: rgb(130,204,161); }
div.DivClassName
{
background-color: #82CCA1;
}
.BgClassName
{
background-color: #82CCA1;
}
</style>
border-color css
<style>
span { border-color: #82CCA1; }
span { border-color: rgb(130,204,161); }
td.TdClassName
{
border-color: #82CCA1;
}
.TagClassName
{
border-color: #82CCA1;
}
</style>