Shades of Dark Sea Green #8CB48A
Tints of Dark Sea Green #8CB48A
RGB
CMYK
RGB Variations
Color information
#8CB48A (or 0x8CB48A) is known color: Dark Sea Green. HEX triplet: 8C, B4 and 8A. RGB value is (140,180,138). Sum of RGB (Red+Green+Blue) = 140+180+138=458 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.57% from 458); Green value is 180 (70.70% from 255 or 39.30% from 458); Blue value is 138 (54.30% from 255 or 30.13% from 458); Max value from RGB is 180 - color contains mainly: green. Hex color #8CB48A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CB48A is #734B75. Grayscale: #A3A3A3. Windows color (decimal): -7555958 or 9090188. OLE color: 9090188.
HSL color Cylindrical-coordinate representation of color #8CB48A: hue angle of 117.14º degrees, saturation: 0.22, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8CB48A is Cyan = 0.22, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 140 | 180 | 138 | - |
| CMYK | 0.22 | 0 | 0.23 | 0.29 |
| HSL | 117.14º | 0.22% | 0.62% | - |
| HSV(B) | 117.14º | 0.23% | 0.71% | - |
| XYZ | 31.72 | 40.05 | 30.1 | - |
| YUV | 163.25 | 113.75 | 111.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 180 | 138 | 0.22 | 0 | 0.23 | 0.29 | 117.14 | 0.22 | 0.62 |
| Hex | 8C | B4 | 8A | 16 | 0 | 17 | 1D | 75 | 16 | 3E |
| Octal | 214 | 264 | 212 | 26 | 0 | 27 | 35 | 165 | 26 | 76 |
| Binary | 10001100 | 10110100 | 10001010 | 10110 | 0 | 10111 | 11101 | 1110101 | 10110 | 111110 |
Color Harmonies of #8CB48A
Complementary color
Monochromatic Colors of #8CB48A
Black with #8CB48A
Text Example
Text Example
White with #8CB48A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CB48A; }
p { color: rgb(140,180,138); }
H1.HeaderClassName
{
color: #8CB48A;
}
.AnyTagClassName
{
color: #8CB48A;
}
</style>
background-color css
<style>
a { background-color: #8CB48A; }
a { background-color: rgb(140,180,138); }
div.DivClassName
{
background-color: #8CB48A;
}
.BgClassName
{
background-color: #8CB48A;
}
</style>
border-color css
<style>
span { border-color: #8CB48A; }
span { border-color: rgb(140,180,138); }
td.TdClassName
{
border-color: #8CB48A;
}
.TagClassName
{
border-color: #8CB48A;
}
</style>