Shades of Dark Sea Green #8CBD88
Tints of Dark Sea Green #8CBD88
RGB
CMYK
RGB Variations
Color information
#8CBD88 (or 0x8CBD88) is known color: Dark Sea Green. HEX triplet: 8C, BD and 88. RGB value is (140,189,136). Sum of RGB (Red+Green+Blue) = 140+189+136=465 (61% of max value = 765). Red value is 140 (55.08% from 255 or 30.11% from 465); Green value is 189 (74.22% from 255 or 40.65% from 465); Blue value is 136 (53.52% from 255 or 29.25% from 465); Max value from RGB is 189 - color contains mainly: green. Hex color #8CBD88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CBD88 is #734277. Grayscale: #A8A8A8. Windows color (decimal): -7553656 or 8961420. OLE color: 8961420.
HSL color Cylindrical-coordinate representation of color #8CBD88: hue angle of 115.47º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8CBD88 is Cyan = 0.26, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 140 | 189 | 136 | - |
| CMYK | 0.26 | 0 | 0.28 | 0.26 |
| HSL | 115.47º | 0.29% | 0.64% | - |
| HSV(B) | 115.47º | 0.28% | 0.74% | - |
| XYZ | 33.46 | 43.75 | 29.97 | - |
| YUV | 168.31 | 109.77 | 107.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 189 | 136 | 0.26 | 0 | 0.28 | 0.26 | 115.47 | 0.29 | 0.64 |
| Hex | 8C | BD | 88 | 1A | 0 | 1C | 1A | 73 | 1D | 40 |
| Octal | 214 | 275 | 210 | 32 | 0 | 34 | 32 | 163 | 35 | 100 |
| Binary | 10001100 | 10111101 | 10001000 | 11010 | 0 | 11100 | 11010 | 1110011 | 11101 | 1000000 |
Color Harmonies of #8CBD88
Complementary color
Monochromatic Colors of #8CBD88
Black with #8CBD88
Text Example
Text Example
White with #8CBD88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CBD88; }
p { color: rgb(140,189,136); }
H1.HeaderClassName
{
color: #8CBD88;
}
.AnyTagClassName
{
color: #8CBD88;
}
</style>
background-color css
<style>
a { background-color: #8CBD88; }
a { background-color: rgb(140,189,136); }
div.DivClassName
{
background-color: #8CBD88;
}
.BgClassName
{
background-color: #8CBD88;
}
</style>
border-color css
<style>
span { border-color: #8CBD88; }
span { border-color: rgb(140,189,136); }
td.TdClassName
{
border-color: #8CBD88;
}
.TagClassName
{
border-color: #8CBD88;
}
</style>