Shades of Dark Sea Green #82B27E
Tints of Dark Sea Green #82B27E
RGB
CMYK
RGB Variations
Color information
#82B27E (or 0x82B27E) is known color: Dark Sea Green. HEX triplet: 82, B2 and 7E. RGB value is (130,178,126). Sum of RGB (Red+Green+Blue) = 130+178+126=434 (57% of max value = 765). Red value is 130 (51.17% from 255 or 29.95% from 434); Green value is 178 (69.92% from 255 or 41.01% from 434); Blue value is 126 (49.61% from 255 or 29.03% from 434); Max value from RGB is 178 - color contains mainly: green. Hex color #82B27E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82B27E is #7D4D81. Grayscale: #9D9D9D. Windows color (decimal): -8211842 or 8303234. OLE color: 8303234.
HSL color Cylindrical-coordinate representation of color #82B27E: hue angle of 115.38º degrees, saturation: 0.25, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #82B27E is Cyan = 0.27, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 130 | 178 | 126 | - |
| CMYK | 0.27 | 0 | 0.29 | 0.30 |
| HSL | 115.38º | 0.25% | 0.6% | - |
| HSV(B) | 115.38º | 0.29% | 0.7% | - |
| XYZ | 28.89 | 38.09 | 25.57 | - |
| YUV | 157.72 | 110.1 | 108.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 178 | 126 | 0.27 | 0 | 0.29 | 0.30 | 115.38 | 0.25 | 0.6 |
| Hex | 82 | B2 | 7E | 1B | 0 | 1D | 1E | 73 | 19 | 3C |
| Octal | 202 | 262 | 176 | 33 | 0 | 35 | 36 | 163 | 31 | 74 |
| Binary | 10000010 | 10110010 | 1111110 | 11011 | 0 | 11101 | 11110 | 1110011 | 11001 | 111100 |
Color Harmonies of #82B27E
Complementary color
Monochromatic Colors of #82B27E
Black with #82B27E
Text Example
Text Example
White with #82B27E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82B27E; }
p { color: rgb(130,178,126); }
H1.HeaderClassName
{
color: #82B27E;
}
.AnyTagClassName
{
color: #82B27E;
}
</style>
background-color css
<style>
a { background-color: #82B27E; }
a { background-color: rgb(130,178,126); }
div.DivClassName
{
background-color: #82B27E;
}
.BgClassName
{
background-color: #82B27E;
}
</style>
border-color css
<style>
span { border-color: #82B27E; }
span { border-color: rgb(130,178,126); }
td.TdClassName
{
border-color: #82B27E;
}
.TagClassName
{
border-color: #82B27E;
}
</style>