Shades of Dark Sea Green #8CC897
Tints of Dark Sea Green #8CC897
RGB
CMYK
RGB Variations
Color information
#8CC897 (or 0x8CC897) is known color: Dark Sea Green. HEX triplet: 8C, C8 and 97. RGB value is (140,200,151). Sum of RGB (Red+Green+Blue) = 140+200+151=491 (65% of max value = 765). Red value is 140 (55.08% from 255 or 28.51% from 491); Green value is 200 (78.52% from 255 or 40.73% from 491); Blue value is 151 (59.38% from 255 or 30.75% from 491); Max value from RGB is 200 - color contains mainly: green. Hex color #8CC897 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CC897 is #733768. Grayscale: #B0B0B0. Windows color (decimal): -7550825 or 9947276. OLE color: 9947276.
HSL color Cylindrical-coordinate representation of color #8CC897: hue angle of 131º 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 #8CC897 is Cyan = 0.3, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 140 | 200 | 151 | - |
| CMYK | 0.3 | 0 | 0.24 | 0.22 |
| HSL | 131º | 0.35% | 0.67% | - |
| HSV(B) | 131º | 0.3% | 0.78% | - |
| XYZ | 37.06 | 49.12 | 36.81 | - |
| YUV | 176.47 | 113.62 | 101.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 200 | 151 | 0.3 | 0 | 0.24 | 0.22 | 131 | 0.35 | 0.67 |
| Hex | 8C | C8 | 97 | 1E | 0 | 18 | 16 | 83 | 23 | 43 |
| Octal | 214 | 310 | 227 | 36 | 0 | 30 | 26 | 203 | 43 | 103 |
| Binary | 10001100 | 11001000 | 10010111 | 11110 | 0 | 11000 | 10110 | 10000011 | 100011 | 1000011 |
Color Harmonies of #8CC897
Complementary color
Monochromatic Colors of #8CC897
Black with #8CC897
Text Example
Text Example
White with #8CC897
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CC897; }
p { color: rgb(140,200,151); }
H1.HeaderClassName
{
color: #8CC897;
}
.AnyTagClassName
{
color: #8CC897;
}
</style>
background-color css
<style>
a { background-color: #8CC897; }
a { background-color: rgb(140,200,151); }
div.DivClassName
{
background-color: #8CC897;
}
.BgClassName
{
background-color: #8CC897;
}
</style>
border-color css
<style>
span { border-color: #8CC897; }
span { border-color: rgb(140,200,151); }
td.TdClassName
{
border-color: #8CC897;
}
.TagClassName
{
border-color: #8CC897;
}
</style>