Shades of Dark Sea Green #8CC696
Tints of Dark Sea Green #8CC696
RGB
CMYK
RGB Variations
Color information
#8CC696 (or 0x8CC696) is known color: Dark Sea Green. HEX triplet: 8C, C6 and 96. RGB value is (140,198,150). Sum of RGB (Red+Green+Blue) = 140+198+150=488 (64% of max value = 765). Red value is 140 (55.08% from 255 or 28.69% from 488); Green value is 198 (77.73% from 255 or 40.57% from 488); Blue value is 150 (58.98% from 255 or 30.74% from 488); Max value from RGB is 198 - color contains mainly: green. Hex color #8CC696 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CC696 is #733969. Grayscale: #AFAFAF. Windows color (decimal): -7551338 or 9881228. OLE color: 9881228.
HSL color Cylindrical-coordinate representation of color #8CC696: hue angle of 130.34º degrees, saturation: 0.34, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8CC696 is Cyan = 0.29, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 140 | 198 | 150 | - |
| CMYK | 0.29 | 0 | 0.24 | 0.22 |
| HSL | 130.34º | 0.34% | 0.66% | - |
| HSV(B) | 130.34º | 0.29% | 0.78% | - |
| XYZ | 36.51 | 48.17 | 36.23 | - |
| YUV | 175.19 | 113.78 | 102.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 198 | 150 | 0.29 | 0 | 0.24 | 0.22 | 130.34 | 0.34 | 0.66 |
| Hex | 8C | C6 | 96 | 1D | 0 | 18 | 16 | 82 | 22 | 42 |
| Octal | 214 | 306 | 226 | 35 | 0 | 30 | 26 | 202 | 42 | 102 |
| Binary | 10001100 | 11000110 | 10010110 | 11101 | 0 | 11000 | 10110 | 10000010 | 100010 | 1000010 |
Color Harmonies of #8CC696
Complementary color
Monochromatic Colors of #8CC696
Black with #8CC696
Text Example
Text Example
White with #8CC696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CC696; }
p { color: rgb(140,198,150); }
H1.HeaderClassName
{
color: #8CC696;
}
.AnyTagClassName
{
color: #8CC696;
}
</style>
background-color css
<style>
a { background-color: #8CC696; }
a { background-color: rgb(140,198,150); }
div.DivClassName
{
background-color: #8CC696;
}
.BgClassName
{
background-color: #8CC696;
}
</style>
border-color css
<style>
span { border-color: #8CC696; }
span { border-color: rgb(140,198,150); }
td.TdClassName
{
border-color: #8CC696;
}
.TagClassName
{
border-color: #8CC696;
}
</style>