Shades of Summer Green #82CA9F
Tints of Summer Green #82CA9F
RGB
CMYK
RGB Variations
Color information
#82CA9F (or 0x82CA9F) is known color: Summer Green. HEX triplet: 82, CA and 9F. RGB value is (130,202,159). Sum of RGB (Red+Green+Blue) = 130+202+159=491 (65% of max value = 765). Red value is 130 (51.17% from 255 or 26.48% from 491); Green value is 202 (79.30% from 255 or 41.14% from 491); Blue value is 159 (62.5% from 255 or 32.38% from 491); Max value from RGB is 202 - color contains mainly: green. Hex color #82CA9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82CA9F is #7D3560. Grayscale: #AFAFAF. Windows color (decimal): -8205665 or 10472066. OLE color: 10472066.
HSL color Cylindrical-coordinate representation of color #82CA9F: hue angle of 144.17º 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 #82CA9F is Cyan = 0.36, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 130 | 202 | 159 | - |
| CMYK | 0.36 | 0 | 0.21 | 0.21 |
| HSL | 144.17º | 0.4% | 0.65% | - |
| HSV(B) | 144.17º | 0.36% | 0.79% | - |
| XYZ | 36.58 | 49.49 | 40.43 | - |
| YUV | 175.57 | 118.65 | 95.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 202 | 159 | 0.36 | 0 | 0.21 | 0.21 | 144.17 | 0.4 | 0.65 |
| Hex | 82 | CA | 9F | 24 | 0 | 15 | 15 | 90 | 28 | 41 |
| Octal | 202 | 312 | 237 | 44 | 0 | 25 | 25 | 220 | 50 | 101 |
| Binary | 10000010 | 11001010 | 10011111 | 100100 | 0 | 10101 | 10101 | 10010000 | 101000 | 1000001 |
Color Harmonies of #82CA9F
Complementary color
Monochromatic Colors of #82CA9F
Black with #82CA9F
Text Example
Text Example
White with #82CA9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82CA9F; }
p { color: rgb(130,202,159); }
H1.HeaderClassName
{
color: #82CA9F;
}
.AnyTagClassName
{
color: #82CA9F;
}
</style>
background-color css
<style>
a { background-color: #82CA9F; }
a { background-color: rgb(130,202,159); }
div.DivClassName
{
background-color: #82CA9F;
}
.BgClassName
{
background-color: #82CA9F;
}
</style>
border-color css
<style>
span { border-color: #82CA9F; }
span { border-color: rgb(130,202,159); }
td.TdClassName
{
border-color: #82CA9F;
}
.TagClassName
{
border-color: #82CA9F;
}
</style>