Shades of Summer Green #82C998
Tints of Summer Green #82C998
RGB
CMYK
RGB Variations
Color information
#82C998 (or 0x82C998) is known color: Summer Green. HEX triplet: 82, C9 and 98. RGB value is (130,201,152). Sum of RGB (Red+Green+Blue) = 130+201+152=483 (63% of max value = 765). Red value is 130 (51.17% from 255 or 26.92% from 483); Green value is 201 (78.91% from 255 or 41.61% from 483); Blue value is 152 (59.77% from 255 or 31.47% from 483); Max value from RGB is 201 - color contains mainly: green. Hex color #82C998 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82C998 is #7D3667. Grayscale: #AEAEAE. Windows color (decimal): -8205928 or 10013058. OLE color: 10013058.
HSL color Cylindrical-coordinate representation of color #82C998: hue angle of 138.59º 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 #82C998 is Cyan = 0.35, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 130 | 201 | 152 | - |
| CMYK | 0.35 | 0 | 0.24 | 0.21 |
| HSL | 138.59º | 0.4% | 0.65% | - |
| HSV(B) | 138.59º | 0.35% | 0.79% | - |
| XYZ | 35.76 | 48.79 | 37.24 | - |
| YUV | 174.19 | 115.48 | 96.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 201 | 152 | 0.35 | 0 | 0.24 | 0.21 | 138.59 | 0.4 | 0.65 |
| Hex | 82 | C9 | 98 | 23 | 0 | 18 | 15 | 8B | 28 | 41 |
| Octal | 202 | 311 | 230 | 43 | 0 | 30 | 25 | 213 | 50 | 101 |
| Binary | 10000010 | 11001001 | 10011000 | 100011 | 0 | 11000 | 10101 | 10001011 | 101000 | 1000001 |
Color Harmonies of #82C998
Complementary color
Monochromatic Colors of #82C998
Black with #82C998
Text Example
Text Example
White with #82C998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82C998; }
p { color: rgb(130,201,152); }
H1.HeaderClassName
{
color: #82C998;
}
.AnyTagClassName
{
color: #82C998;
}
</style>
background-color css
<style>
a { background-color: #82C998; }
a { background-color: rgb(130,201,152); }
div.DivClassName
{
background-color: #82C998;
}
.BgClassName
{
background-color: #82C998;
}
</style>
border-color css
<style>
span { border-color: #82C998; }
span { border-color: rgb(130,201,152); }
td.TdClassName
{
border-color: #82C998;
}
.TagClassName
{
border-color: #82C998;
}
</style>