Shades of Dark Sea Green #8BB591
Tints of Dark Sea Green #8BB591
RGB
CMYK
RGB Variations
Color information
#8BB591 (or 0x8BB591) is known color: Dark Sea Green. HEX triplet: 8B, B5 and 91. RGB value is (139,181,145). Sum of RGB (Red+Green+Blue) = 139+181+145=465 (61% of max value = 765). Red value is 139 (54.69% from 255 or 29.89% from 465); Green value is 181 (71.09% from 255 or 38.92% from 465); Blue value is 145 (57.03% from 255 or 31.18% from 465); Max value from RGB is 181 - color contains mainly: green. Hex color #8BB591 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BB591 is #744A6E. Grayscale: #A4A4A4. Windows color (decimal): -7621231 or 9549195. OLE color: 9549195.
HSL color Cylindrical-coordinate representation of color #8BB591: hue angle of 128.57º degrees, saturation: 0.22, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8BB591 is Cyan = 0.23, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 139 | 181 | 145 | - |
| CMYK | 0.23 | 0 | 0.20 | 0.29 |
| HSL | 128.57º | 0.22% | 0.63% | - |
| HSV(B) | 128.57º | 0.23% | 0.71% | - |
| XYZ | 32.28 | 40.58 | 32.92 | - |
| YUV | 164.34 | 117.09 | 109.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 181 | 145 | 0.23 | 0 | 0.20 | 0.29 | 128.57 | 0.22 | 0.63 |
| Hex | 8B | B5 | 91 | 17 | 0 | 14 | 1D | 81 | 16 | 3F |
| Octal | 213 | 265 | 221 | 27 | 0 | 24 | 35 | 201 | 26 | 77 |
| Binary | 10001011 | 10110101 | 10010001 | 10111 | 0 | 10100 | 11101 | 10000001 | 10110 | 111111 |
Color Harmonies of #8BB591
Complementary color
Monochromatic Colors of #8BB591
Black with #8BB591
Text Example
Text Example
White with #8BB591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BB591; }
p { color: rgb(139,181,145); }
H1.HeaderClassName
{
color: #8BB591;
}
.AnyTagClassName
{
color: #8BB591;
}
</style>
background-color css
<style>
a { background-color: #8BB591; }
a { background-color: rgb(139,181,145); }
div.DivClassName
{
background-color: #8BB591;
}
.BgClassName
{
background-color: #8BB591;
}
</style>
border-color css
<style>
span { border-color: #8BB591; }
span { border-color: rgb(139,181,145); }
td.TdClassName
{
border-color: #8BB591;
}
.TagClassName
{
border-color: #8BB591;
}
</style>