Shades of Dark Sea Green #8CBF8E
Tints of Dark Sea Green #8CBF8E
RGB
CMYK
RGB Variations
Color information
#8CBF8E (or 0x8CBF8E) is known color: Dark Sea Green. HEX triplet: 8C, BF and 8E. RGB value is (140,191,142). Sum of RGB (Red+Green+Blue) = 140+191+142=473 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.60% from 473); Green value is 191 (75% from 255 or 40.38% from 473); Blue value is 142 (55.86% from 255 or 30.02% from 473); Max value from RGB is 191 - color contains mainly: green. Hex color #8CBF8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CBF8E is #734071. Grayscale: #AAAAAA. Windows color (decimal): -7553138 or 9355148. OLE color: 9355148.
HSL color Cylindrical-coordinate representation of color #8CBF8E: hue angle of 122.35º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8CBF8E is Cyan = 0.27, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 140 | 191 | 142 | - |
| CMYK | 0.27 | 0 | 0.26 | 0.25 |
| HSL | 122.35º | 0.28% | 0.65% | - |
| HSV(B) | 122.35º | 0.27% | 0.75% | - |
| XYZ | 34.33 | 44.79 | 32.43 | - |
| YUV | 170.17 | 112.1 | 106.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 191 | 142 | 0.27 | 0 | 0.26 | 0.25 | 122.35 | 0.28 | 0.65 |
| Hex | 8C | BF | 8E | 1B | 0 | 1A | 19 | 7A | 1C | 41 |
| Octal | 214 | 277 | 216 | 33 | 0 | 32 | 31 | 172 | 34 | 101 |
| Binary | 10001100 | 10111111 | 10001110 | 11011 | 0 | 11010 | 11001 | 1111010 | 11100 | 1000001 |
Color Harmonies of #8CBF8E
Complementary color
Monochromatic Colors of #8CBF8E
Black with #8CBF8E
Text Example
Text Example
White with #8CBF8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CBF8E; }
p { color: rgb(140,191,142); }
H1.HeaderClassName
{
color: #8CBF8E;
}
.AnyTagClassName
{
color: #8CBF8E;
}
</style>
background-color css
<style>
a { background-color: #8CBF8E; }
a { background-color: rgb(140,191,142); }
div.DivClassName
{
background-color: #8CBF8E;
}
.BgClassName
{
background-color: #8CBF8E;
}
</style>
border-color css
<style>
span { border-color: #8CBF8E; }
span { border-color: rgb(140,191,142); }
td.TdClassName
{
border-color: #8CBF8E;
}
.TagClassName
{
border-color: #8CBF8E;
}
</style>