Shades of Dark Sea Green #8CC083
Tints of Dark Sea Green #8CC083
RGB
CMYK
RGB Variations
Color information
#8CC083 (or 0x8CC083) is known color: Dark Sea Green. HEX triplet: 8C, C0 and 83. RGB value is (140,192,131). Sum of RGB (Red+Green+Blue) = 140+192+131=463 (61% of max value = 765). Red value is 140 (55.08% from 255 or 30.24% from 463); Green value is 192 (75.39% from 255 or 41.47% from 463); Blue value is 131 (51.56% from 255 or 28.29% from 463); Max value from RGB is 192 - color contains mainly: green. Hex color #8CC083 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CC083 is #733F7C. Grayscale: #A9A9A9. Windows color (decimal): -7552893 or 8634508. OLE color: 8634508.
HSL color Cylindrical-coordinate representation of color #8CC083: hue angle of 111.15º degrees, saturation: 0.33, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8CC083 is Cyan = 0.27, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 140 | 192 | 131 | - |
| CMYK | 0.27 | 0 | 0.32 | 0.25 |
| HSL | 111.15º | 0.33% | 0.63% | - |
| HSV(B) | 111.15º | 0.32% | 0.75% | - |
| XYZ | 33.76 | 44.91 | 28.36 | - |
| YUV | 169.5 | 106.27 | 106.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 192 | 131 | 0.27 | 0 | 0.32 | 0.25 | 111.15 | 0.33 | 0.63 |
| Hex | 8C | C0 | 83 | 1B | 0 | 20 | 19 | 6F | 21 | 3F |
| Octal | 214 | 300 | 203 | 33 | 0 | 40 | 31 | 157 | 41 | 77 |
| Binary | 10001100 | 11000000 | 10000011 | 11011 | 0 | 100000 | 11001 | 1101111 | 100001 | 111111 |
Color Harmonies of #8CC083
Complementary color
Monochromatic Colors of #8CC083
Black with #8CC083
Text Example
Text Example
White with #8CC083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CC083; }
p { color: rgb(140,192,131); }
H1.HeaderClassName
{
color: #8CC083;
}
.AnyTagClassName
{
color: #8CC083;
}
</style>
background-color css
<style>
a { background-color: #8CC083; }
a { background-color: rgb(140,192,131); }
div.DivClassName
{
background-color: #8CC083;
}
.BgClassName
{
background-color: #8CC083;
}
</style>
border-color css
<style>
span { border-color: #8CC083; }
span { border-color: rgb(140,192,131); }
td.TdClassName
{
border-color: #8CC083;
}
.TagClassName
{
border-color: #8CC083;
}
</style>