Shades of Dark Sea Green #8CB188
Tints of Dark Sea Green #8CB188
RGB
CMYK
RGB Variations
Color information
#8CB188 (or 0x8CB188) is known color: Dark Sea Green. HEX triplet: 8C, B1 and 88. RGB value is (140,177,136). Sum of RGB (Red+Green+Blue) = 140+177+136=453 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.91% from 453); Green value is 177 (69.53% from 255 or 39.07% from 453); Blue value is 136 (53.52% from 255 or 30.02% from 453); Max value from RGB is 177 - color contains mainly: green. Hex color #8CB188 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8CB188 is #734E77. Grayscale: #A1A1A1. Windows color (decimal): -7556728 or 8958348. OLE color: 8958348.
HSL color Cylindrical-coordinate representation of color #8CB188: hue angle of 114.15º degrees, saturation: 0.21, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8CB188 is Cyan = 0.21, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 140 | 177 | 136 | - |
| CMYK | 0.21 | 0 | 0.23 | 0.31 |
| HSL | 114.15º | 0.21% | 0.61% | - |
| HSV(B) | 114.15º | 0.23% | 0.69% | - |
| XYZ | 30.98 | 38.8 | 29.15 | - |
| YUV | 161.26 | 113.74 | 112.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 177 | 136 | 0.21 | 0 | 0.23 | 0.31 | 114.15 | 0.21 | 0.61 |
| Hex | 8C | B1 | 88 | 15 | 0 | 17 | 1F | 72 | 15 | 3D |
| Octal | 214 | 261 | 210 | 25 | 0 | 27 | 37 | 162 | 25 | 75 |
| Binary | 10001100 | 10110001 | 10001000 | 10101 | 0 | 10111 | 11111 | 1110010 | 10101 | 111101 |
Color Harmonies of #8CB188
Complementary color
Monochromatic Colors of #8CB188
Black with #8CB188
Text Example
Text Example
White with #8CB188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CB188; }
p { color: rgb(140,177,136); }
H1.HeaderClassName
{
color: #8CB188;
}
.AnyTagClassName
{
color: #8CB188;
}
</style>
background-color css
<style>
a { background-color: #8CB188; }
a { background-color: rgb(140,177,136); }
div.DivClassName
{
background-color: #8CB188;
}
.BgClassName
{
background-color: #8CB188;
}
</style>
border-color css
<style>
span { border-color: #8CB188; }
span { border-color: rgb(140,177,136); }
td.TdClassName
{
border-color: #8CB188;
}
.TagClassName
{
border-color: #8CB188;
}
</style>