Shades of Dark Sea Green #8CC085
Tints of Dark Sea Green #8CC085
RGB
CMYK
RGB Variations
Color information
#8CC085 (or 0x8CC085) is known color: Dark Sea Green. HEX triplet: 8C, C0 and 85. RGB value is (140,192,133). Sum of RGB (Red+Green+Blue) = 140+192+133=465 (61% of max value = 765). Red value is 140 (55.08% from 255 or 30.11% from 465); Green value is 192 (75.39% from 255 or 41.29% from 465); Blue value is 133 (52.34% from 255 or 28.60% from 465); Max value from RGB is 192 - color contains mainly: green. Hex color #8CC085 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CC085 is #733F7A. Grayscale: #A9A9A9. Windows color (decimal): -7552891 or 8765580. OLE color: 8765580.
HSL color Cylindrical-coordinate representation of color #8CC085: hue angle of 112.88º degrees, saturation: 0.32, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8CC085 is Cyan = 0.27, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 140 | 192 | 133 | - |
| CMYK | 0.27 | 0 | 0.31 | 0.25 |
| HSL | 112.88º | 0.32% | 0.64% | - |
| HSV(B) | 112.88º | 0.31% | 0.75% | - |
| XYZ | 33.9 | 44.97 | 29.08 | - |
| YUV | 169.73 | 107.27 | 106.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 192 | 133 | 0.27 | 0 | 0.31 | 0.25 | 112.88 | 0.32 | 0.64 |
| Hex | 8C | C0 | 85 | 1B | 0 | 1F | 19 | 71 | 20 | 40 |
| Octal | 214 | 300 | 205 | 33 | 0 | 37 | 31 | 161 | 40 | 100 |
| Binary | 10001100 | 11000000 | 10000101 | 11011 | 0 | 11111 | 11001 | 1110001 | 100000 | 1000000 |
Color Harmonies of #8CC085
Complementary color
Monochromatic Colors of #8CC085
Black with #8CC085
Text Example
Text Example
White with #8CC085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CC085; }
p { color: rgb(140,192,133); }
H1.HeaderClassName
{
color: #8CC085;
}
.AnyTagClassName
{
color: #8CC085;
}
</style>
background-color css
<style>
a { background-color: #8CC085; }
a { background-color: rgb(140,192,133); }
div.DivClassName
{
background-color: #8CC085;
}
.BgClassName
{
background-color: #8CC085;
}
</style>
border-color css
<style>
span { border-color: #8CC085; }
span { border-color: rgb(140,192,133); }
td.TdClassName
{
border-color: #8CC085;
}
.TagClassName
{
border-color: #8CC085;
}
</style>