Shades of Dark Sea Green #8CC38C
Tints of Dark Sea Green #8CC38C
RGB
CMYK
RGB Variations
Color information
#8CC38C (or 0x8CC38C) is known color: Dark Sea Green. HEX triplet: 8C, C3 and 8C. RGB value is (140,195,140). Sum of RGB (Red+Green+Blue) = 140+195+140=475 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.47% from 475); Green value is 195 (76.56% from 255 or 41.05% from 475); Blue value is 140 (55.08% from 255 or 29.47% from 475); Max value from RGB is 195 - color contains mainly: green. Hex color #8CC38C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CC38C is #733C73. Grayscale: #ACACAC. Windows color (decimal): -7552116 or 9225100. OLE color: 9225100.
HSL color Cylindrical-coordinate representation of color #8CC38C: hue angle of 120º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8CC38C is Cyan = 0.28, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 140 | 195 | 140 | - |
| CMYK | 0.28 | 0 | 0.28 | 0.24 |
| HSL | 120º | 0.31% | 0.66% | - |
| HSV(B) | 120º | 0.28% | 0.76% | - |
| XYZ | 35.06 | 46.5 | 31.94 | - |
| YUV | 172.29 | 109.78 | 104.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 195 | 140 | 0.28 | 0 | 0.28 | 0.24 | 120 | 0.31 | 0.66 |
| Hex | 8C | C3 | 8C | 1C | 0 | 1C | 18 | 78 | 1F | 42 |
| Octal | 214 | 303 | 214 | 34 | 0 | 34 | 30 | 170 | 37 | 102 |
| Binary | 10001100 | 11000011 | 10001100 | 11100 | 0 | 11100 | 11000 | 1111000 | 11111 | 1000010 |
Color Harmonies of #8CC38C
Complementary color
Monochromatic Colors of #8CC38C
Black with #8CC38C
Text Example
Text Example
White with #8CC38C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CC38C; }
p { color: rgb(140,195,140); }
H1.HeaderClassName
{
color: #8CC38C;
}
.AnyTagClassName
{
color: #8CC38C;
}
</style>
background-color css
<style>
a { background-color: #8CC38C; }
a { background-color: rgb(140,195,140); }
div.DivClassName
{
background-color: #8CC38C;
}
.BgClassName
{
background-color: #8CC38C;
}
</style>
border-color css
<style>
span { border-color: #8CC38C; }
span { border-color: rgb(140,195,140); }
td.TdClassName
{
border-color: #8CC38C;
}
.TagClassName
{
border-color: #8CC38C;
}
</style>