Shades of Dark Sea Green #8CC088
Tints of Dark Sea Green #8CC088
RGB
CMYK
RGB Variations
Color information
#8CC088 (or 0x8CC088) is known color: Dark Sea Green. HEX triplet: 8C, C0 and 88. RGB value is (140,192,136). Sum of RGB (Red+Green+Blue) = 140+192+136=468 (61% of max value = 765). Red value is 140 (55.08% from 255 or 29.91% from 468); Green value is 192 (75.39% from 255 or 41.03% from 468); Blue value is 136 (53.52% from 255 or 29.06% from 468); Max value from RGB is 192 - color contains mainly: green. Hex color #8CC088 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CC088 is #733F77. Grayscale: #AAAAAA. Windows color (decimal): -7552888 or 8962188. OLE color: 8962188.
HSL color Cylindrical-coordinate representation of color #8CC088: hue angle of 115.71º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8CC088 is Cyan = 0.27, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 140 | 192 | 136 | - |
| CMYK | 0.27 | 0 | 0.29 | 0.25 |
| HSL | 115.71º | 0.31% | 0.64% | - |
| HSV(B) | 115.71º | 0.29% | 0.75% | - |
| XYZ | 34.11 | 45.05 | 30.19 | - |
| YUV | 170.07 | 108.77 | 106.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 192 | 136 | 0.27 | 0 | 0.29 | 0.25 | 115.71 | 0.31 | 0.64 |
| Hex | 8C | C0 | 88 | 1B | 0 | 1D | 19 | 74 | 1F | 40 |
| Octal | 214 | 300 | 210 | 33 | 0 | 35 | 31 | 164 | 37 | 100 |
| Binary | 10001100 | 11000000 | 10001000 | 11011 | 0 | 11101 | 11001 | 1110100 | 11111 | 1000000 |
Color Harmonies of #8CC088
Complementary color
Monochromatic Colors of #8CC088
Black with #8CC088
Text Example
Text Example
White with #8CC088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CC088; }
p { color: rgb(140,192,136); }
H1.HeaderClassName
{
color: #8CC088;
}
.AnyTagClassName
{
color: #8CC088;
}
</style>
background-color css
<style>
a { background-color: #8CC088; }
a { background-color: rgb(140,192,136); }
div.DivClassName
{
background-color: #8CC088;
}
.BgClassName
{
background-color: #8CC088;
}
</style>
border-color css
<style>
span { border-color: #8CC088; }
span { border-color: rgb(140,192,136); }
td.TdClassName
{
border-color: #8CC088;
}
.TagClassName
{
border-color: #8CC088;
}
</style>