Shades of Dark Sea Green #8CC190
Tints of Dark Sea Green #8CC190
RGB
CMYK
RGB Variations
Color information
#8CC190 (or 0x8CC190) is known color: Dark Sea Green. HEX triplet: 8C, C1 and 90. RGB value is (140,193,144). Sum of RGB (Red+Green+Blue) = 140+193+144=477 (63% of max value = 765). Red value is 140 (55.08% from 255 or 29.35% from 477); Green value is 193 (75.78% from 255 or 40.46% from 477); Blue value is 144 (56.64% from 255 or 30.19% from 477); Max value from RGB is 193 - color contains mainly: green. Hex color #8CC190 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CC190 is #733E6F. Grayscale: #ABABAB. Windows color (decimal): -7552624 or 9486732. OLE color: 9486732.
HSL color Cylindrical-coordinate representation of color #8CC190: hue angle of 124.53º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8CC190 is Cyan = 0.27, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 140 | 193 | 144 | - |
| CMYK | 0.27 | 0 | 0.25 | 0.24 |
| HSL | 124.53º | 0.3% | 0.65% | - |
| HSV(B) | 124.53º | 0.27% | 0.76% | - |
| XYZ | 34.92 | 45.73 | 33.37 | - |
| YUV | 171.57 | 112.44 | 105.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 193 | 144 | 0.27 | 0 | 0.25 | 0.24 | 124.53 | 0.3 | 0.65 |
| Hex | 8C | C1 | 90 | 1B | 0 | 19 | 18 | 7D | 1E | 41 |
| Octal | 214 | 301 | 220 | 33 | 0 | 31 | 30 | 175 | 36 | 101 |
| Binary | 10001100 | 11000001 | 10010000 | 11011 | 0 | 11001 | 11000 | 1111101 | 11110 | 1000001 |
Color Harmonies of #8CC190
Complementary color
Monochromatic Colors of #8CC190
Black with #8CC190
Text Example
Text Example
White with #8CC190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CC190; }
p { color: rgb(140,193,144); }
H1.HeaderClassName
{
color: #8CC190;
}
.AnyTagClassName
{
color: #8CC190;
}
</style>
background-color css
<style>
a { background-color: #8CC190; }
a { background-color: rgb(140,193,144); }
div.DivClassName
{
background-color: #8CC190;
}
.BgClassName
{
background-color: #8CC190;
}
</style>
border-color css
<style>
span { border-color: #8CC190; }
span { border-color: rgb(140,193,144); }
td.TdClassName
{
border-color: #8CC190;
}
.TagClassName
{
border-color: #8CC190;
}
</style>