Shades of Dark Sea Green #8FBF97
Tints of Dark Sea Green #8FBF97
RGB
CMYK
RGB Variations
Color information
#8FBF97 (or 0x8FBF97) is known color: Dark Sea Green. HEX triplet: 8F, BF and 97. RGB value is (143,191,151). Sum of RGB (Red+Green+Blue) = 143+191+151=485 (64% of max value = 765). Red value is 143 (56.25% from 255 or 29.48% from 485); Green value is 191 (75% from 255 or 39.38% from 485); Blue value is 151 (59.38% from 255 or 31.13% from 485); Max value from RGB is 191 - color contains mainly: green. Hex color #8FBF97 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FBF97 is #704068. Grayscale: #ACACAC. Windows color (decimal): -7356521 or 9944975. OLE color: 9944975.
HSL color Cylindrical-coordinate representation of color #8FBF97: hue angle of 130º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8FBF97 is Cyan = 0.25, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 143 | 191 | 151 | - |
| CMYK | 0.25 | 0 | 0.21 | 0.25 |
| HSL | 130º | 0.27% | 0.65% | - |
| HSV(B) | 130º | 0.25% | 0.75% | - |
| XYZ | 35.54 | 45.34 | 36.16 | - |
| YUV | 172.09 | 116.1 | 107.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 191 | 151 | 0.25 | 0 | 0.21 | 0.25 | 130 | 0.27 | 0.65 |
| Hex | 8F | BF | 97 | 19 | 0 | 15 | 19 | 82 | 1B | 41 |
| Octal | 217 | 277 | 227 | 31 | 0 | 25 | 31 | 202 | 33 | 101 |
| Binary | 10001111 | 10111111 | 10010111 | 11001 | 0 | 10101 | 11001 | 10000010 | 11011 | 1000001 |
Color Harmonies of #8FBF97
Complementary color
Monochromatic Colors of #8FBF97
Black with #8FBF97
Text Example
Text Example
White with #8FBF97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FBF97; }
p { color: rgb(143,191,151); }
H1.HeaderClassName
{
color: #8FBF97;
}
.AnyTagClassName
{
color: #8FBF97;
}
</style>
background-color css
<style>
a { background-color: #8FBF97; }
a { background-color: rgb(143,191,151); }
div.DivClassName
{
background-color: #8FBF97;
}
.BgClassName
{
background-color: #8FBF97;
}
</style>
border-color css
<style>
span { border-color: #8FBF97; }
span { border-color: rgb(143,191,151); }
td.TdClassName
{
border-color: #8FBF97;
}
.TagClassName
{
border-color: #8FBF97;
}
</style>