Shades of Dark Sea Green #8FBA92
Tints of Dark Sea Green #8FBA92
RGB
CMYK
RGB Variations
Color information
#8FBA92 (or 0x8FBA92) is known color: Dark Sea Green. HEX triplet: 8F, BA and 92. RGB value is (143,186,146). Sum of RGB (Red+Green+Blue) = 143+186+146=475 (62% of max value = 765). Red value is 143 (56.25% from 255 or 30.11% from 475); Green value is 186 (73.05% from 255 or 39.16% from 475); Blue value is 146 (57.42% from 255 or 30.74% from 475); Max value from RGB is 186 - color contains mainly: green. Hex color #8FBA92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FBA92 is #70456D. Grayscale: #A8A8A8. Windows color (decimal): -7357806 or 9616015. OLE color: 9616015.
HSL color Cylindrical-coordinate representation of color #8FBA92: hue angle of 124.19º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8FBA92 is Cyan = 0.23, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 143 | 186 | 146 | - |
| CMYK | 0.23 | 0 | 0.22 | 0.27 |
| HSL | 124.19º | 0.24% | 0.65% | - |
| HSV(B) | 124.19º | 0.23% | 0.73% | - |
| XYZ | 34.07 | 43.03 | 33.7 | - |
| YUV | 168.58 | 115.25 | 109.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 186 | 146 | 0.23 | 0 | 0.22 | 0.27 | 124.19 | 0.24 | 0.65 |
| Hex | 8F | BA | 92 | 17 | 0 | 16 | 1B | 7C | 18 | 41 |
| Octal | 217 | 272 | 222 | 27 | 0 | 26 | 33 | 174 | 30 | 101 |
| Binary | 10001111 | 10111010 | 10010010 | 10111 | 0 | 10110 | 11011 | 1111100 | 11000 | 1000001 |
Color Harmonies of #8FBA92
Complementary color
Monochromatic Colors of #8FBA92
Black with #8FBA92
Text Example
Text Example
White with #8FBA92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FBA92; }
p { color: rgb(143,186,146); }
H1.HeaderClassName
{
color: #8FBA92;
}
.AnyTagClassName
{
color: #8FBA92;
}
</style>
background-color css
<style>
a { background-color: #8FBA92; }
a { background-color: rgb(143,186,146); }
div.DivClassName
{
background-color: #8FBA92;
}
.BgClassName
{
background-color: #8FBA92;
}
</style>
border-color css
<style>
span { border-color: #8FBA92; }
span { border-color: rgb(143,186,146); }
td.TdClassName
{
border-color: #8FBA92;
}
.TagClassName
{
border-color: #8FBA92;
}
</style>