Shades of Dark Sea Green #8CB189
Tints of Dark Sea Green #8CB189
RGB
CMYK
RGB Variations
Color information
#8CB189 (or 0x8CB189) is known color: Dark Sea Green. HEX triplet: 8C, B1 and 89. RGB value is (140,177,137). Sum of RGB (Red+Green+Blue) = 140+177+137=454 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.84% from 454); Green value is 177 (69.53% from 255 or 38.99% from 454); Blue value is 137 (53.91% from 255 or 30.18% from 454); Max value from RGB is 177 - color contains mainly: green. Hex color #8CB189 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8CB189 is #734E76. Grayscale: #A1A1A1. Windows color (decimal): -7556727 or 9023884. OLE color: 9023884.
HSL color Cylindrical-coordinate representation of color #8CB189: hue angle of 115.5º degrees, saturation: 0.2, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8CB189 is Cyan = 0.21, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 140 | 177 | 137 | - |
| CMYK | 0.21 | 0 | 0.23 | 0.31 |
| HSL | 115.5º | 0.2% | 0.62% | - |
| HSV(B) | 115.5º | 0.23% | 0.69% | - |
| XYZ | 31.05 | 38.83 | 29.52 | - |
| YUV | 161.38 | 114.24 | 112.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 177 | 137 | 0.21 | 0 | 0.23 | 0.31 | 115.5 | 0.2 | 0.62 |
| Hex | 8C | B1 | 89 | 15 | 0 | 17 | 1F | 74 | 14 | 3E |
| Octal | 214 | 261 | 211 | 25 | 0 | 27 | 37 | 164 | 24 | 76 |
| Binary | 10001100 | 10110001 | 10001001 | 10101 | 0 | 10111 | 11111 | 1110100 | 10100 | 111110 |
Color Harmonies of #8CB189
Complementary color
Monochromatic Colors of #8CB189
Black with #8CB189
Text Example
Text Example
White with #8CB189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CB189; }
p { color: rgb(140,177,137); }
H1.HeaderClassName
{
color: #8CB189;
}
.AnyTagClassName
{
color: #8CB189;
}
</style>
background-color css
<style>
a { background-color: #8CB189; }
a { background-color: rgb(140,177,137); }
div.DivClassName
{
background-color: #8CB189;
}
.BgClassName
{
background-color: #8CB189;
}
</style>
border-color css
<style>
span { border-color: #8CB189; }
span { border-color: rgb(140,177,137); }
td.TdClassName
{
border-color: #8CB189;
}
.TagClassName
{
border-color: #8CB189;
}
</style>