Shades of Dark Sea Green #8CBC92
Tints of Dark Sea Green #8CBC92
RGB
CMYK
RGB Variations
Color information
#8CBC92 (or 0x8CBC92) is known color: Dark Sea Green. HEX triplet: 8C, BC and 92. RGB value is (140,188,146). Sum of RGB (Red+Green+Blue) = 140+188+146=474 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.54% from 474); Green value is 188 (73.83% from 255 or 39.66% from 474); Blue value is 146 (57.42% from 255 or 30.80% from 474); Max value from RGB is 188 - color contains mainly: green. Hex color #8CBC92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CBC92 is #73436D. Grayscale: #A8A8A8. Windows color (decimal): -7553902 or 9616524. OLE color: 9616524.
HSL color Cylindrical-coordinate representation of color #8CBC92: hue angle of 127.5º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8CBC92 is Cyan = 0.26, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 140 | 188 | 146 | - |
| CMYK | 0.26 | 0 | 0.22 | 0.26 |
| HSL | 127.5º | 0.26% | 0.64% | - |
| HSV(B) | 127.5º | 0.26% | 0.74% | - |
| XYZ | 33.99 | 43.62 | 33.82 | - |
| YUV | 168.86 | 115.1 | 107.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 188 | 146 | 0.26 | 0 | 0.22 | 0.26 | 127.5 | 0.26 | 0.64 |
| Hex | 8C | BC | 92 | 1A | 0 | 16 | 1A | 80 | 1A | 40 |
| Octal | 214 | 274 | 222 | 32 | 0 | 26 | 32 | 200 | 32 | 100 |
| Binary | 10001100 | 10111100 | 10010010 | 11010 | 0 | 10110 | 11010 | 10000000 | 11010 | 1000000 |
Color Harmonies of #8CBC92
Complementary color
Monochromatic Colors of #8CBC92
Black with #8CBC92
Text Example
Text Example
White with #8CBC92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CBC92; }
p { color: rgb(140,188,146); }
H1.HeaderClassName
{
color: #8CBC92;
}
.AnyTagClassName
{
color: #8CBC92;
}
</style>
background-color css
<style>
a { background-color: #8CBC92; }
a { background-color: rgb(140,188,146); }
div.DivClassName
{
background-color: #8CBC92;
}
.BgClassName
{
background-color: #8CBC92;
}
</style>
border-color css
<style>
span { border-color: #8CBC92; }
span { border-color: rgb(140,188,146); }
td.TdClassName
{
border-color: #8CBC92;
}
.TagClassName
{
border-color: #8CBC92;
}
</style>