Shades of Dark Sea Green #8CBE8C
Tints of Dark Sea Green #8CBE8C
RGB
CMYK
RGB Variations
Color information
#8CBE8C (or 0x8CBE8C) is known color: Dark Sea Green. HEX triplet: 8C, BE and 8C. RGB value is (140,190,140). Sum of RGB (Red+Green+Blue) = 140+190+140=470 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.79% from 470); Green value is 190 (74.61% from 255 or 40.43% from 470); Blue value is 140 (55.08% from 255 or 29.79% from 470); Max value from RGB is 190 - color contains mainly: green. Hex color #8CBE8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CBE8C is #734173. Grayscale: #A9A9A9. Windows color (decimal): -7553396 or 9223820. OLE color: 9223820.
HSL color Cylindrical-coordinate representation of color #8CBE8C: hue angle of 120º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8CBE8C is Cyan = 0.26, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 140 | 190 | 140 | - |
| CMYK | 0.26 | 0 | 0.26 | 0.25 |
| HSL | 120º | 0.28% | 0.65% | - |
| HSV(B) | 120º | 0.26% | 0.75% | - |
| XYZ | 33.96 | 44.3 | 31.57 | - |
| YUV | 169.35 | 111.44 | 107.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 190 | 140 | 0.26 | 0 | 0.26 | 0.25 | 120 | 0.28 | 0.65 |
| Hex | 8C | BE | 8C | 1A | 0 | 1A | 19 | 78 | 1C | 41 |
| Octal | 214 | 276 | 214 | 32 | 0 | 32 | 31 | 170 | 34 | 101 |
| Binary | 10001100 | 10111110 | 10001100 | 11010 | 0 | 11010 | 11001 | 1111000 | 11100 | 1000001 |
Color Harmonies of #8CBE8C
Complementary color
Monochromatic Colors of #8CBE8C
Black with #8CBE8C
Text Example
Text Example
White with #8CBE8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CBE8C; }
p { color: rgb(140,190,140); }
H1.HeaderClassName
{
color: #8CBE8C;
}
.AnyTagClassName
{
color: #8CBE8C;
}
</style>
background-color css
<style>
a { background-color: #8CBE8C; }
a { background-color: rgb(140,190,140); }
div.DivClassName
{
background-color: #8CBE8C;
}
.BgClassName
{
background-color: #8CBE8C;
}
</style>
border-color css
<style>
span { border-color: #8CBE8C; }
span { border-color: rgb(140,190,140); }
td.TdClassName
{
border-color: #8CBE8C;
}
.TagClassName
{
border-color: #8CBE8C;
}
</style>