Shades of Dark Sea Green #82B57C
Tints of Dark Sea Green #82B57C
RGB
CMYK
RGB Variations
Color information
#82B57C (or 0x82B57C) is known color: Dark Sea Green. HEX triplet: 82, B5 and 7C. RGB value is (130,181,124). Sum of RGB (Red+Green+Blue) = 130+181+124=435 (57% of max value = 765). Red value is 130 (51.17% from 255 or 29.89% from 435); Green value is 181 (71.09% from 255 or 41.61% from 435); Blue value is 124 (48.83% from 255 or 28.51% from 435); Max value from RGB is 181 - color contains mainly: green. Hex color #82B57C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82B57C is #7D4A83. Grayscale: #9F9F9F. Windows color (decimal): -8211076 or 8172930. OLE color: 8172930.
HSL color Cylindrical-coordinate representation of color #82B57C: hue angle of 113.68º degrees, saturation: 0.28, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #82B57C is Cyan = 0.28, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 130 | 181 | 124 | - |
| CMYK | 0.28 | 0 | 0.31 | 0.29 |
| HSL | 113.68º | 0.28% | 0.6% | - |
| HSV(B) | 113.68º | 0.31% | 0.71% | - |
| XYZ | 29.37 | 39.25 | 25.1 | - |
| YUV | 159.25 | 108.1 | 107.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 181 | 124 | 0.28 | 0 | 0.31 | 0.29 | 113.68 | 0.28 | 0.6 |
| Hex | 82 | B5 | 7C | 1C | 0 | 1F | 1D | 72 | 1C | 3C |
| Octal | 202 | 265 | 174 | 34 | 0 | 37 | 35 | 162 | 34 | 74 |
| Binary | 10000010 | 10110101 | 1111100 | 11100 | 0 | 11111 | 11101 | 1110010 | 11100 | 111100 |
Color Harmonies of #82B57C
Complementary color
Monochromatic Colors of #82B57C
Black with #82B57C
Text Example
Text Example
White with #82B57C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82B57C; }
p { color: rgb(130,181,124); }
H1.HeaderClassName
{
color: #82B57C;
}
.AnyTagClassName
{
color: #82B57C;
}
</style>
background-color css
<style>
a { background-color: #82B57C; }
a { background-color: rgb(130,181,124); }
div.DivClassName
{
background-color: #82B57C;
}
.BgClassName
{
background-color: #82B57C;
}
</style>
border-color css
<style>
span { border-color: #82B57C; }
span { border-color: rgb(130,181,124); }
td.TdClassName
{
border-color: #82B57C;
}
.TagClassName
{
border-color: #82B57C;
}
</style>