Shades of Summer Green #82CA9C
Tints of Summer Green #82CA9C
RGB
CMYK
RGB Variations
Color information
#82CA9C (or 0x82CA9C) is known color: Summer Green. HEX triplet: 82, CA and 9C. RGB value is (130,202,156). Sum of RGB (Red+Green+Blue) = 130+202+156=488 (64% of max value = 765). Red value is 130 (51.17% from 255 or 26.64% from 488); Green value is 202 (79.30% from 255 or 41.39% from 488); Blue value is 156 (61.33% from 255 or 31.97% from 488); Max value from RGB is 202 - color contains mainly: green. Hex color #82CA9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82CA9C is #7D3563. Grayscale: #AFAFAF. Windows color (decimal): -8205668 or 10275458. OLE color: 10275458.
HSL color Cylindrical-coordinate representation of color #82CA9C: hue angle of 141.67º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #82CA9C is Cyan = 0.36, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 130 | 202 | 156 | - |
| CMYK | 0.36 | 0 | 0.23 | 0.21 |
| HSL | 141.67º | 0.4% | 0.65% | - |
| HSV(B) | 141.67º | 0.36% | 0.79% | - |
| XYZ | 36.33 | 49.39 | 39.07 | - |
| YUV | 175.23 | 117.15 | 95.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 202 | 156 | 0.36 | 0 | 0.23 | 0.21 | 141.67 | 0.4 | 0.65 |
| Hex | 82 | CA | 9C | 24 | 0 | 17 | 15 | 8E | 28 | 41 |
| Octal | 202 | 312 | 234 | 44 | 0 | 27 | 25 | 216 | 50 | 101 |
| Binary | 10000010 | 11001010 | 10011100 | 100100 | 0 | 10111 | 10101 | 10001110 | 101000 | 1000001 |
Color Harmonies of #82CA9C
Complementary color
Monochromatic Colors of #82CA9C
Black with #82CA9C
Text Example
Text Example
White with #82CA9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82CA9C; }
p { color: rgb(130,202,156); }
H1.HeaderClassName
{
color: #82CA9C;
}
.AnyTagClassName
{
color: #82CA9C;
}
</style>
background-color css
<style>
a { background-color: #82CA9C; }
a { background-color: rgb(130,202,156); }
div.DivClassName
{
background-color: #82CA9C;
}
.BgClassName
{
background-color: #82CA9C;
}
</style>
border-color css
<style>
span { border-color: #82CA9C; }
span { border-color: rgb(130,202,156); }
td.TdClassName
{
border-color: #82CA9C;
}
.TagClassName
{
border-color: #82CA9C;
}
</style>