Shades of Dark Sea Green #82B884
Tints of Dark Sea Green #82B884
RGB
CMYK
RGB Variations
Color information
#82B884 (or 0x82B884) is known color: Dark Sea Green. HEX triplet: 82, B8 and 84. RGB value is (130,184,132). Sum of RGB (Red+Green+Blue) = 130+184+132=446 (59% of max value = 765). Red value is 130 (51.17% from 255 or 29.15% from 446); Green value is 184 (72.27% from 255 or 41.26% from 446); Blue value is 132 (51.95% from 255 or 29.60% from 446); Max value from RGB is 184 - color contains mainly: green. Hex color #82B884 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82B884 is #7D477B. Grayscale: #A2A2A2. Windows color (decimal): -8210300 or 8697986. OLE color: 8697986.
HSL color Cylindrical-coordinate representation of color #82B884: hue angle of 122.22º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #82B884 is Cyan = 0.29, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 130 | 184 | 132 | - |
| CMYK | 0.29 | 0 | 0.28 | 0.28 |
| HSL | 122.22º | 0.28% | 0.62% | - |
| HSV(B) | 122.22º | 0.29% | 0.72% | - |
| XYZ | 30.51 | 40.69 | 28.08 | - |
| YUV | 161.93 | 111.11 | 105.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 184 | 132 | 0.29 | 0 | 0.28 | 0.28 | 122.22 | 0.28 | 0.62 |
| Hex | 82 | B8 | 84 | 1D | 0 | 1C | 1C | 7A | 1C | 3E |
| Octal | 202 | 270 | 204 | 35 | 0 | 34 | 34 | 172 | 34 | 76 |
| Binary | 10000010 | 10111000 | 10000100 | 11101 | 0 | 11100 | 11100 | 1111010 | 11100 | 111110 |
Color Harmonies of #82B884
Complementary color
Monochromatic Colors of #82B884
Black with #82B884
Text Example
Text Example
White with #82B884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82B884; }
p { color: rgb(130,184,132); }
H1.HeaderClassName
{
color: #82B884;
}
.AnyTagClassName
{
color: #82B884;
}
</style>
background-color css
<style>
a { background-color: #82B884; }
a { background-color: rgb(130,184,132); }
div.DivClassName
{
background-color: #82B884;
}
.BgClassName
{
background-color: #82B884;
}
</style>
border-color css
<style>
span { border-color: #82B884; }
span { border-color: rgb(130,184,132); }
td.TdClassName
{
border-color: #82B884;
}
.TagClassName
{
border-color: #82B884;
}
</style>