Shades of Dark Sea Green #8CB38A
Tints of Dark Sea Green #8CB38A
RGB
CMYK
RGB Variations
Color information
#8CB38A (or 0x8CB38A) is known color: Dark Sea Green. HEX triplet: 8C, B3 and 8A. RGB value is (140,179,138). Sum of RGB (Red+Green+Blue) = 140+179+138=457 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.63% from 457); Green value is 179 (70.31% from 255 or 39.17% from 457); Blue value is 138 (54.30% from 255 or 30.20% from 457); Max value from RGB is 179 - color contains mainly: green. Hex color #8CB38A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CB38A is #734C75. Grayscale: #A2A2A2. Windows color (decimal): -7556214 or 9089932. OLE color: 9089932.
HSL color Cylindrical-coordinate representation of color #8CB38A: hue angle of 117.07º degrees, saturation: 0.21, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8CB38A is Cyan = 0.22, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 140 | 179 | 138 | - |
| CMYK | 0.22 | 0 | 0.23 | 0.30 |
| HSL | 117.07º | 0.21% | 0.62% | - |
| HSV(B) | 117.07º | 0.23% | 0.7% | - |
| XYZ | 31.52 | 39.65 | 30.04 | - |
| YUV | 162.67 | 114.08 | 111.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 179 | 138 | 0.22 | 0 | 0.23 | 0.30 | 117.07 | 0.21 | 0.62 |
| Hex | 8C | B3 | 8A | 16 | 0 | 17 | 1E | 75 | 15 | 3E |
| Octal | 214 | 263 | 212 | 26 | 0 | 27 | 36 | 165 | 25 | 76 |
| Binary | 10001100 | 10110011 | 10001010 | 10110 | 0 | 10111 | 11110 | 1110101 | 10101 | 111110 |
Color Harmonies of #8CB38A
Complementary color
Monochromatic Colors of #8CB38A
Black with #8CB38A
Text Example
Text Example
White with #8CB38A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CB38A; }
p { color: rgb(140,179,138); }
H1.HeaderClassName
{
color: #8CB38A;
}
.AnyTagClassName
{
color: #8CB38A;
}
</style>
background-color css
<style>
a { background-color: #8CB38A; }
a { background-color: rgb(140,179,138); }
div.DivClassName
{
background-color: #8CB38A;
}
.BgClassName
{
background-color: #8CB38A;
}
</style>
border-color css
<style>
span { border-color: #8CB38A; }
span { border-color: rgb(140,179,138); }
td.TdClassName
{
border-color: #8CB38A;
}
.TagClassName
{
border-color: #8CB38A;
}
</style>