Shades of Dark Sea Green #8FBD91
Tints of Dark Sea Green #8FBD91
RGB
CMYK
RGB Variations
Color information
#8FBD91 (or 0x8FBD91) is known color: Dark Sea Green. HEX triplet: 8F, BD and 91. RGB value is (143,189,145). Sum of RGB (Red+Green+Blue) = 143+189+145=477 (63% of max value = 765). Red value is 143 (56.25% from 255 or 29.98% from 477); Green value is 189 (74.22% from 255 or 39.62% from 477); Blue value is 145 (57.03% from 255 or 30.40% from 477); Max value from RGB is 189 - color contains mainly: green. Hex color #8FBD91 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FBD91 is #70426E. Grayscale: #AAAAAA. Windows color (decimal): -7357039 or 9551247. OLE color: 9551247.
HSL color Cylindrical-coordinate representation of color #8FBD91: hue angle of 122.61º degrees, saturation: 0.26, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8FBD91 is Cyan = 0.24, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 143 | 189 | 145 | - |
| CMYK | 0.24 | 0 | 0.23 | 0.26 |
| HSL | 122.61º | 0.26% | 0.65% | - |
| HSV(B) | 122.61º | 0.24% | 0.74% | - |
| XYZ | 34.64 | 44.28 | 33.51 | - |
| YUV | 170.23 | 113.76 | 108.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 189 | 145 | 0.24 | 0 | 0.23 | 0.26 | 122.61 | 0.26 | 0.65 |
| Hex | 8F | BD | 91 | 18 | 0 | 17 | 1A | 7B | 1A | 41 |
| Octal | 217 | 275 | 221 | 30 | 0 | 27 | 32 | 173 | 32 | 101 |
| Binary | 10001111 | 10111101 | 10010001 | 11000 | 0 | 10111 | 11010 | 1111011 | 11010 | 1000001 |
Color Harmonies of #8FBD91
Complementary color
Monochromatic Colors of #8FBD91
Black with #8FBD91
Text Example
Text Example
White with #8FBD91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FBD91; }
p { color: rgb(143,189,145); }
H1.HeaderClassName
{
color: #8FBD91;
}
.AnyTagClassName
{
color: #8FBD91;
}
</style>
background-color css
<style>
a { background-color: #8FBD91; }
a { background-color: rgb(143,189,145); }
div.DivClassName
{
background-color: #8FBD91;
}
.BgClassName
{
background-color: #8FBD91;
}
</style>
border-color css
<style>
span { border-color: #8FBD91; }
span { border-color: rgb(143,189,145); }
td.TdClassName
{
border-color: #8FBD91;
}
.TagClassName
{
border-color: #8FBD91;
}
</style>