Shades of Dark Sea Green #8CC896
Tints of Dark Sea Green #8CC896
RGB
CMYK
RGB Variations
Color information
#8CC896 (or 0x8CC896) is known color: Dark Sea Green. HEX triplet: 8C, C8 and 96. RGB value is (140,200,150). Sum of RGB (Red+Green+Blue) = 140+200+150=490 (64% of max value = 765). Red value is 140 (55.08% from 255 or 28.57% from 490); Green value is 200 (78.52% from 255 or 40.82% from 490); Blue value is 150 (58.98% from 255 or 30.61% from 490); Max value from RGB is 200 - color contains mainly: green. Hex color #8CC896 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CC896 is #733769. Grayscale: #B0B0B0. Windows color (decimal): -7550826 or 9881740. OLE color: 9881740.
HSL color Cylindrical-coordinate representation of color #8CC896: hue angle of 130º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8CC896 is Cyan = 0.3, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 140 | 200 | 150 | - |
| CMYK | 0.3 | 0 | 0.25 | 0.22 |
| HSL | 130º | 0.35% | 0.67% | - |
| HSV(B) | 130º | 0.3% | 0.78% | - |
| XYZ | 36.97 | 49.09 | 36.38 | - |
| YUV | 176.36 | 113.12 | 102.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 200 | 150 | 0.3 | 0 | 0.25 | 0.22 | 130 | 0.35 | 0.67 |
| Hex | 8C | C8 | 96 | 1E | 0 | 19 | 16 | 82 | 23 | 43 |
| Octal | 214 | 310 | 226 | 36 | 0 | 31 | 26 | 202 | 43 | 103 |
| Binary | 10001100 | 11001000 | 10010110 | 11110 | 0 | 11001 | 10110 | 10000010 | 100011 | 1000011 |
Color Harmonies of #8CC896
Complementary color
Monochromatic Colors of #8CC896
Black with #8CC896
Text Example
Text Example
White with #8CC896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CC896; }
p { color: rgb(140,200,150); }
H1.HeaderClassName
{
color: #8CC896;
}
.AnyTagClassName
{
color: #8CC896;
}
</style>
background-color css
<style>
a { background-color: #8CC896; }
a { background-color: rgb(140,200,150); }
div.DivClassName
{
background-color: #8CC896;
}
.BgClassName
{
background-color: #8CC896;
}
</style>
border-color css
<style>
span { border-color: #8CC896; }
span { border-color: rgb(140,200,150); }
td.TdClassName
{
border-color: #8CC896;
}
.TagClassName
{
border-color: #8CC896;
}
</style>