Shades of Dark Sea Green #8CC292
Tints of Dark Sea Green #8CC292
RGB
CMYK
RGB Variations
Color information
#8CC292 (or 0x8CC292) is known color: Dark Sea Green. HEX triplet: 8C, C2 and 92. RGB value is (140,194,146). Sum of RGB (Red+Green+Blue) = 140+194+146=480 (63% of max value = 765). Red value is 140 (55.08% from 255 or 29.17% from 480); Green value is 194 (76.17% from 255 or 40.42% from 480); Blue value is 146 (57.42% from 255 or 30.42% from 480); Max value from RGB is 194 - color contains mainly: green. Hex color #8CC292 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CC292 is #733D6D. Grayscale: #ACACAC. Windows color (decimal): -7552366 or 9618060. OLE color: 9618060.
HSL color Cylindrical-coordinate representation of color #8CC292: hue angle of 126.67º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8CC292 is Cyan = 0.28, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 140 | 194 | 146 | - |
| CMYK | 0.28 | 0 | 0.25 | 0.24 |
| HSL | 126.67º | 0.31% | 0.65% | - |
| HSV(B) | 126.67º | 0.28% | 0.76% | - |
| XYZ | 35.3 | 46.23 | 34.26 | - |
| YUV | 172.38 | 113.11 | 104.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 194 | 146 | 0.28 | 0 | 0.25 | 0.24 | 126.67 | 0.31 | 0.65 |
| Hex | 8C | C2 | 92 | 1C | 0 | 19 | 18 | 7F | 1F | 41 |
| Octal | 214 | 302 | 222 | 34 | 0 | 31 | 30 | 177 | 37 | 101 |
| Binary | 10001100 | 11000010 | 10010010 | 11100 | 0 | 11001 | 11000 | 1111111 | 11111 | 1000001 |
Color Harmonies of #8CC292
Complementary color
Monochromatic Colors of #8CC292
Black with #8CC292
Text Example
Text Example
White with #8CC292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CC292; }
p { color: rgb(140,194,146); }
H1.HeaderClassName
{
color: #8CC292;
}
.AnyTagClassName
{
color: #8CC292;
}
</style>
background-color css
<style>
a { background-color: #8CC292; }
a { background-color: rgb(140,194,146); }
div.DivClassName
{
background-color: #8CC292;
}
.BgClassName
{
background-color: #8CC292;
}
</style>
border-color css
<style>
span { border-color: #8CC292; }
span { border-color: rgb(140,194,146); }
td.TdClassName
{
border-color: #8CC292;
}
.TagClassName
{
border-color: #8CC292;
}
</style>