Shades of Dark Sea Green #82B57D
Tints of Dark Sea Green #82B57D
RGB
CMYK
RGB Variations
Color information
#82B57D (or 0x82B57D) is known color: Dark Sea Green. HEX triplet: 82, B5 and 7D. RGB value is (130,181,125). Sum of RGB (Red+Green+Blue) = 130+181+125=436 (57% of max value = 765). Red value is 130 (51.17% from 255 or 29.82% from 436); Green value is 181 (71.09% from 255 or 41.51% from 436); Blue value is 125 (49.22% from 255 or 28.67% from 436); Max value from RGB is 181 - color contains mainly: green. Hex color #82B57D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82B57D is #7D4A82. Grayscale: #9F9F9F. Windows color (decimal): -8211075 or 8238466. OLE color: 8238466.
HSL color Cylindrical-coordinate representation of color #82B57D: hue angle of 114.64º degrees, saturation: 0.27, 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 #82B57D is Cyan = 0.28, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 130 | 181 | 125 | - |
| CMYK | 0.28 | 0 | 0.31 | 0.29 |
| HSL | 114.64º | 0.27% | 0.6% | - |
| HSV(B) | 114.64º | 0.31% | 0.71% | - |
| XYZ | 29.43 | 39.27 | 25.43 | - |
| YUV | 159.37 | 108.6 | 107.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 181 | 125 | 0.28 | 0 | 0.31 | 0.29 | 114.64 | 0.27 | 0.6 |
| Hex | 82 | B5 | 7D | 1C | 0 | 1F | 1D | 73 | 1B | 3C |
| Octal | 202 | 265 | 175 | 34 | 0 | 37 | 35 | 163 | 33 | 74 |
| Binary | 10000010 | 10110101 | 1111101 | 11100 | 0 | 11111 | 11101 | 1110011 | 11011 | 111100 |
Color Harmonies of #82B57D
Complementary color
Monochromatic Colors of #82B57D
Black with #82B57D
Text Example
Text Example
White with #82B57D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82B57D; }
p { color: rgb(130,181,125); }
H1.HeaderClassName
{
color: #82B57D;
}
.AnyTagClassName
{
color: #82B57D;
}
</style>
background-color css
<style>
a { background-color: #82B57D; }
a { background-color: rgb(130,181,125); }
div.DivClassName
{
background-color: #82B57D;
}
.BgClassName
{
background-color: #82B57D;
}
</style>
border-color css
<style>
span { border-color: #82B57D; }
span { border-color: rgb(130,181,125); }
td.TdClassName
{
border-color: #82B57D;
}
.TagClassName
{
border-color: #82B57D;
}
</style>