Shades of Dark Sea Green #9CB89E
Tints of Dark Sea Green #9CB89E
RGB
CMYK
RGB Variations
Color information
#9CB89E (or 0x9CB89E) is known color: Dark Sea Green. HEX triplet: 9C, B8 and 9E. RGB value is (156,184,158). Sum of RGB (Red+Green+Blue) = 156+184+158=498 (65% of max value = 765). Red value is 156 (61.33% from 255 or 31.33% from 498); Green value is 184 (72.27% from 255 or 36.95% from 498); Blue value is 158 (62.11% from 255 or 31.73% from 498); Max value from RGB is 184 - color contains mainly: green. Hex color #9CB89E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CB89E is #634761. Grayscale: #ACACAC. Windows color (decimal): -6506338 or 10401948. OLE color: 10401948.
HSL color Cylindrical-coordinate representation of color #9CB89E: hue angle of 124.29º degrees, saturation: 0.16, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9CB89E is Cyan = 0.15, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 156 | 184 | 158 | - |
| CMYK | 0.15 | 0 | 0.14 | 0.28 |
| HSL | 124.29º | 0.16% | 0.67% | - |
| HSV(B) | 124.29º | 0.15% | 0.72% | - |
| XYZ | 37.02 | 43.82 | 38.85 | - |
| YUV | 172.66 | 119.72 | 116.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 184 | 158 | 0.15 | 0 | 0.14 | 0.28 | 124.29 | 0.16 | 0.67 |
| Hex | 9C | B8 | 9E | F | 0 | E | 1C | 7C | 10 | 43 |
| Octal | 234 | 270 | 236 | 17 | 0 | 16 | 34 | 174 | 20 | 103 |
| Binary | 10011100 | 10111000 | 10011110 | 1111 | 0 | 1110 | 11100 | 1111100 | 10000 | 1000011 |
Color Harmonies of #9CB89E
Complementary color
Monochromatic Colors of #9CB89E
Black with #9CB89E
Text Example
Text Example
White with #9CB89E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CB89E; }
p { color: rgb(156,184,158); }
H1.HeaderClassName
{
color: #9CB89E;
}
.AnyTagClassName
{
color: #9CB89E;
}
</style>
background-color css
<style>
a { background-color: #9CB89E; }
a { background-color: rgb(156,184,158); }
div.DivClassName
{
background-color: #9CB89E;
}
.BgClassName
{
background-color: #9CB89E;
}
</style>
border-color css
<style>
span { border-color: #9CB89E; }
span { border-color: rgb(156,184,158); }
td.TdClassName
{
border-color: #9CB89E;
}
.TagClassName
{
border-color: #9CB89E;
}
</style>