Shades of Dark Sea Green #82B888
Tints of Dark Sea Green #82B888
RGB
CMYK
RGB Variations
Color information
#82B888 (or 0x82B888) is known color: Dark Sea Green. HEX triplet: 82, B8 and 88. RGB value is (130,184,136). Sum of RGB (Red+Green+Blue) = 130+184+136=450 (59% of max value = 765). Red value is 130 (51.17% from 255 or 28.89% from 450); Green value is 184 (72.27% from 255 or 40.89% from 450); Blue value is 136 (53.52% from 255 or 30.22% from 450); Max value from RGB is 184 - color contains mainly: green. Hex color #82B888 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82B888 is #7D4777. Grayscale: #A2A2A2. Windows color (decimal): -8210296 or 8960130. OLE color: 8960130.
HSL color Cylindrical-coordinate representation of color #82B888: hue angle of 126.67º 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 #82B888 is Cyan = 0.29, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 130 | 184 | 136 | - |
| CMYK | 0.29 | 0 | 0.26 | 0.28 |
| HSL | 126.67º | 0.28% | 0.62% | - |
| HSV(B) | 126.67º | 0.29% | 0.72% | - |
| XYZ | 30.79 | 40.8 | 29.55 | - |
| YUV | 162.38 | 113.11 | 104.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 184 | 136 | 0.29 | 0 | 0.26 | 0.28 | 126.67 | 0.28 | 0.62 |
| Hex | 82 | B8 | 88 | 1D | 0 | 1A | 1C | 7F | 1C | 3E |
| Octal | 202 | 270 | 210 | 35 | 0 | 32 | 34 | 177 | 34 | 76 |
| Binary | 10000010 | 10111000 | 10001000 | 11101 | 0 | 11010 | 11100 | 1111111 | 11100 | 111110 |
Color Harmonies of #82B888
Complementary color
Monochromatic Colors of #82B888
Black with #82B888
Text Example
Text Example
White with #82B888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82B888; }
p { color: rgb(130,184,136); }
H1.HeaderClassName
{
color: #82B888;
}
.AnyTagClassName
{
color: #82B888;
}
</style>
background-color css
<style>
a { background-color: #82B888; }
a { background-color: rgb(130,184,136); }
div.DivClassName
{
background-color: #82B888;
}
.BgClassName
{
background-color: #82B888;
}
</style>
border-color css
<style>
span { border-color: #82B888; }
span { border-color: rgb(130,184,136); }
td.TdClassName
{
border-color: #82B888;
}
.TagClassName
{
border-color: #82B888;
}
</style>