Shades of Dark Sea Green #8FBF92
Tints of Dark Sea Green #8FBF92
RGB
CMYK
RGB Variations
Color information
#8FBF92 (or 0x8FBF92) is known color: Dark Sea Green. HEX triplet: 8F, BF and 92. RGB value is (143,191,146). Sum of RGB (Red+Green+Blue) = 143+191+146=480 (63% of max value = 765). Red value is 143 (56.25% from 255 or 29.79% from 480); Green value is 191 (75% from 255 or 39.79% from 480); Blue value is 146 (57.42% from 255 or 30.42% from 480); Max value from RGB is 191 - color contains mainly: green. Hex color #8FBF92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FBF92 is #70406D. Grayscale: #ABABAB. Windows color (decimal): -7356526 or 9617295. OLE color: 9617295.
HSL color Cylindrical-coordinate representation of color #8FBF92: hue angle of 123.75º 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 #8FBF92 is Cyan = 0.25, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 143 | 191 | 146 | - |
| CMYK | 0.25 | 0 | 0.24 | 0.25 |
| HSL | 123.75º | 0.27% | 0.65% | - |
| HSV(B) | 123.75º | 0.25% | 0.75% | - |
| XYZ | 35.15 | 45.18 | 34.06 | - |
| YUV | 171.52 | 113.6 | 107.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 191 | 146 | 0.25 | 0 | 0.24 | 0.25 | 123.75 | 0.27 | 0.65 |
| Hex | 8F | BF | 92 | 19 | 0 | 18 | 19 | 7C | 1B | 41 |
| Octal | 217 | 277 | 222 | 31 | 0 | 30 | 31 | 174 | 33 | 101 |
| Binary | 10001111 | 10111111 | 10010010 | 11001 | 0 | 11000 | 11001 | 1111100 | 11011 | 1000001 |
Color Harmonies of #8FBF92
Complementary color
Monochromatic Colors of #8FBF92
Black with #8FBF92
Text Example
Text Example
White with #8FBF92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FBF92; }
p { color: rgb(143,191,146); }
H1.HeaderClassName
{
color: #8FBF92;
}
.AnyTagClassName
{
color: #8FBF92;
}
</style>
background-color css
<style>
a { background-color: #8FBF92; }
a { background-color: rgb(143,191,146); }
div.DivClassName
{
background-color: #8FBF92;
}
.BgClassName
{
background-color: #8FBF92;
}
</style>
border-color css
<style>
span { border-color: #8FBF92; }
span { border-color: rgb(143,191,146); }
td.TdClassName
{
border-color: #8FBF92;
}
.TagClassName
{
border-color: #8FBF92;
}
</style>