Shades of Dark Sea Green #8FBB94
Tints of Dark Sea Green #8FBB94
RGB
CMYK
RGB Variations
Color information
#8FBB94 (or 0x8FBB94) is known color: Dark Sea Green. HEX triplet: 8F, BB and 94. RGB value is (143,187,148). Sum of RGB (Red+Green+Blue) = 143+187+148=478 (63% of max value = 765). Red value is 143 (56.25% from 255 or 29.92% from 478); Green value is 187 (73.44% from 255 or 39.12% from 478); Blue value is 148 (58.20% from 255 or 30.96% from 478); Max value from RGB is 187 - color contains mainly: green. Hex color #8FBB94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FBB94 is #70446B. Grayscale: #A9A9A9. Windows color (decimal): -7357548 or 9747343. OLE color: 9747343.
HSL color Cylindrical-coordinate representation of color #8FBB94: hue angle of 126.82º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8FBB94 is Cyan = 0.24, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 143 | 187 | 148 | - |
| CMYK | 0.24 | 0 | 0.21 | 0.27 |
| HSL | 126.82º | 0.24% | 0.65% | - |
| HSV(B) | 126.82º | 0.24% | 0.73% | - |
| XYZ | 34.44 | 43.52 | 34.6 | - |
| YUV | 169.4 | 115.92 | 109.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 187 | 148 | 0.24 | 0 | 0.21 | 0.27 | 126.82 | 0.24 | 0.65 |
| Hex | 8F | BB | 94 | 18 | 0 | 15 | 1B | 7F | 18 | 41 |
| Octal | 217 | 273 | 224 | 30 | 0 | 25 | 33 | 177 | 30 | 101 |
| Binary | 10001111 | 10111011 | 10010100 | 11000 | 0 | 10101 | 11011 | 1111111 | 11000 | 1000001 |
Color Harmonies of #8FBB94
Complementary color
Monochromatic Colors of #8FBB94
Black with #8FBB94
Text Example
Text Example
White with #8FBB94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FBB94; }
p { color: rgb(143,187,148); }
H1.HeaderClassName
{
color: #8FBB94;
}
.AnyTagClassName
{
color: #8FBB94;
}
</style>
background-color css
<style>
a { background-color: #8FBB94; }
a { background-color: rgb(143,187,148); }
div.DivClassName
{
background-color: #8FBB94;
}
.BgClassName
{
background-color: #8FBB94;
}
</style>
border-color css
<style>
span { border-color: #8FBB94; }
span { border-color: rgb(143,187,148); }
td.TdClassName
{
border-color: #8FBB94;
}
.TagClassName
{
border-color: #8FBB94;
}
</style>