Shades of Dark Sea Green #8FBC94
Tints of Dark Sea Green #8FBC94
RGB
CMYK
RGB Variations
Color information
#8FBC94 (or 0x8FBC94) is known color: Dark Sea Green. HEX triplet: 8F, BC and 94. RGB value is (143,188,148). Sum of RGB (Red+Green+Blue) = 143+188+148=479 (63% of max value = 765). Red value is 143 (56.25% from 255 or 29.85% from 479); Green value is 188 (73.83% from 255 or 39.25% from 479); Blue value is 148 (58.20% from 255 or 30.90% from 479); Max value from RGB is 188 - color contains mainly: green. Hex color #8FBC94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FBC94 is #70436B. Grayscale: #AAAAAA. Windows color (decimal): -7357292 or 9747599. OLE color: 9747599.
HSL color Cylindrical-coordinate representation of color #8FBC94: hue angle of 126.67º degrees, saturation: 0.25, 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 #8FBC94 is Cyan = 0.24, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 143 | 188 | 148 | - |
| CMYK | 0.24 | 0 | 0.21 | 0.26 |
| HSL | 126.67º | 0.25% | 0.65% | - |
| HSV(B) | 126.67º | 0.24% | 0.74% | - |
| XYZ | 34.66 | 43.94 | 34.67 | - |
| YUV | 169.99 | 115.59 | 108.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 188 | 148 | 0.24 | 0 | 0.21 | 0.26 | 126.67 | 0.25 | 0.65 |
| Hex | 8F | BC | 94 | 18 | 0 | 15 | 1A | 7F | 19 | 41 |
| Octal | 217 | 274 | 224 | 30 | 0 | 25 | 32 | 177 | 31 | 101 |
| Binary | 10001111 | 10111100 | 10010100 | 11000 | 0 | 10101 | 11010 | 1111111 | 11001 | 1000001 |
Color Harmonies of #8FBC94
Complementary color
Monochromatic Colors of #8FBC94
Black with #8FBC94
Text Example
Text Example
White with #8FBC94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FBC94; }
p { color: rgb(143,188,148); }
H1.HeaderClassName
{
color: #8FBC94;
}
.AnyTagClassName
{
color: #8FBC94;
}
</style>
background-color css
<style>
a { background-color: #8FBC94; }
a { background-color: rgb(143,188,148); }
div.DivClassName
{
background-color: #8FBC94;
}
.BgClassName
{
background-color: #8FBC94;
}
</style>
border-color css
<style>
span { border-color: #8FBC94; }
span { border-color: rgb(143,188,148); }
td.TdClassName
{
border-color: #8FBC94;
}
.TagClassName
{
border-color: #8FBC94;
}
</style>