Shades of Dark Sea Green #8CBD8D
Tints of Dark Sea Green #8CBD8D
RGB
CMYK
RGB Variations
Color information
#8CBD8D (or 0x8CBD8D) is known color: Dark Sea Green. HEX triplet: 8C, BD and 8D. RGB value is (140,189,141). Sum of RGB (Red+Green+Blue) = 140+189+141=470 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.79% from 470); Green value is 189 (74.22% from 255 or 40.21% from 470); Blue value is 141 (55.47% from 255 or 30% from 470); Max value from RGB is 189 - color contains mainly: green. Hex color #8CBD8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CBD8D is #734272. Grayscale: #A9A9A9. Windows color (decimal): -7553651 or 9289100. OLE color: 9289100.
HSL color Cylindrical-coordinate representation of color #8CBD8D: hue angle of 121.22º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8CBD8D is Cyan = 0.26, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 140 | 189 | 141 | - |
| CMYK | 0.26 | 0 | 0.25 | 0.26 |
| HSL | 121.22º | 0.27% | 0.65% | - |
| HSV(B) | 121.22º | 0.26% | 0.74% | - |
| XYZ | 33.82 | 43.89 | 31.89 | - |
| YUV | 168.88 | 112.27 | 107.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 189 | 141 | 0.26 | 0 | 0.25 | 0.26 | 121.22 | 0.27 | 0.65 |
| Hex | 8C | BD | 8D | 1A | 0 | 19 | 1A | 79 | 1B | 41 |
| Octal | 214 | 275 | 215 | 32 | 0 | 31 | 32 | 171 | 33 | 101 |
| Binary | 10001100 | 10111101 | 10001101 | 11010 | 0 | 11001 | 11010 | 1111001 | 11011 | 1000001 |
Color Harmonies of #8CBD8D
Complementary color
Monochromatic Colors of #8CBD8D
Black with #8CBD8D
Text Example
Text Example
White with #8CBD8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CBD8D; }
p { color: rgb(140,189,141); }
H1.HeaderClassName
{
color: #8CBD8D;
}
.AnyTagClassName
{
color: #8CBD8D;
}
</style>
background-color css
<style>
a { background-color: #8CBD8D; }
a { background-color: rgb(140,189,141); }
div.DivClassName
{
background-color: #8CBD8D;
}
.BgClassName
{
background-color: #8CBD8D;
}
</style>
border-color css
<style>
span { border-color: #8CBD8D; }
span { border-color: rgb(140,189,141); }
td.TdClassName
{
border-color: #8CBD8D;
}
.TagClassName
{
border-color: #8CBD8D;
}
</style>