Shades of Dark Sea Green #8BBE82
Tints of Dark Sea Green #8BBE82
RGB
CMYK
RGB Variations
Color information
#8BBE82 (or 0x8BBE82) is known color: Dark Sea Green. HEX triplet: 8B, BE and 82. RGB value is (139,190,130). Sum of RGB (Red+Green+Blue) = 139+190+130=459 (60% of max value = 765). Red value is 139 (54.69% from 255 or 30.28% from 459); Green value is 190 (74.61% from 255 or 41.39% from 459); Blue value is 130 (51.17% from 255 or 28.32% from 459); Max value from RGB is 190 - color contains mainly: green. Hex color #8BBE82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BBE82 is #74417D. Grayscale: #A8A8A8. Windows color (decimal): -7618942 or 8568459. OLE color: 8568459.
HSL color Cylindrical-coordinate representation of color #8BBE82: hue angle of 111º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8BBE82 is Cyan = 0.27, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 139 | 190 | 130 | - |
| CMYK | 0.27 | 0 | 0.32 | 0.25 |
| HSL | 111º | 0.32% | 0.63% | - |
| HSV(B) | 111º | 0.32% | 0.75% | - |
| XYZ | 33.09 | 43.93 | 27.85 | - |
| YUV | 167.91 | 106.6 | 107.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 190 | 130 | 0.27 | 0 | 0.32 | 0.25 | 111 | 0.32 | 0.63 |
| Hex | 8B | BE | 82 | 1B | 0 | 20 | 19 | 6F | 20 | 3F |
| Octal | 213 | 276 | 202 | 33 | 0 | 40 | 31 | 157 | 40 | 77 |
| Binary | 10001011 | 10111110 | 10000010 | 11011 | 0 | 100000 | 11001 | 1101111 | 100000 | 111111 |
Color Harmonies of #8BBE82
Complementary color
Monochromatic Colors of #8BBE82
Black with #8BBE82
Text Example
Text Example
White with #8BBE82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BBE82; }
p { color: rgb(139,190,130); }
H1.HeaderClassName
{
color: #8BBE82;
}
.AnyTagClassName
{
color: #8BBE82;
}
</style>
background-color css
<style>
a { background-color: #8BBE82; }
a { background-color: rgb(139,190,130); }
div.DivClassName
{
background-color: #8BBE82;
}
.BgClassName
{
background-color: #8BBE82;
}
</style>
border-color css
<style>
span { border-color: #8BBE82; }
span { border-color: rgb(139,190,130); }
td.TdClassName
{
border-color: #8BBE82;
}
.TagClassName
{
border-color: #8BBE82;
}
</style>