Shades of Dark Sea Green #9CBA9D
Tints of Dark Sea Green #9CBA9D
RGB
CMYK
RGB Variations
Color information
#9CBA9D (or 0x9CBA9D) is known color: Dark Sea Green. HEX triplet: 9C, BA and 9D. RGB value is (156,186,157). Sum of RGB (Red+Green+Blue) = 156+186+157=499 (66% of max value = 765). Red value is 156 (61.33% from 255 or 31.26% from 499); Green value is 186 (73.05% from 255 or 37.27% from 499); Blue value is 157 (61.72% from 255 or 31.46% from 499); Max value from RGB is 186 - color contains mainly: green. Hex color #9CBA9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CBA9D is #634562. Grayscale: #ADADAD. Windows color (decimal): -6505827 or 10336924. OLE color: 10336924.
HSL color Cylindrical-coordinate representation of color #9CBA9D: hue angle of 122º degrees, saturation: 0.18, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9CBA9D is Cyan = 0.16, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 156 | 186 | 157 | - |
| CMYK | 0.16 | 0 | 0.16 | 0.27 |
| HSL | 122º | 0.18% | 0.67% | - |
| HSV(B) | 122º | 0.16% | 0.73% | - |
| XYZ | 37.36 | 44.62 | 38.54 | - |
| YUV | 173.72 | 118.56 | 115.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 186 | 157 | 0.16 | 0 | 0.16 | 0.27 | 122 | 0.18 | 0.67 |
| Hex | 9C | BA | 9D | 10 | 0 | 10 | 1B | 7A | 12 | 43 |
| Octal | 234 | 272 | 235 | 20 | 0 | 20 | 33 | 172 | 22 | 103 |
| Binary | 10011100 | 10111010 | 10011101 | 10000 | 0 | 10000 | 11011 | 1111010 | 10010 | 1000011 |
Color Harmonies of #9CBA9D
Complementary color
Monochromatic Colors of #9CBA9D
Black with #9CBA9D
Text Example
Text Example
White with #9CBA9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CBA9D; }
p { color: rgb(156,186,157); }
H1.HeaderClassName
{
color: #9CBA9D;
}
.AnyTagClassName
{
color: #9CBA9D;
}
</style>
background-color css
<style>
a { background-color: #9CBA9D; }
a { background-color: rgb(156,186,157); }
div.DivClassName
{
background-color: #9CBA9D;
}
.BgClassName
{
background-color: #9CBA9D;
}
</style>
border-color css
<style>
span { border-color: #9CBA9D; }
span { border-color: rgb(156,186,157); }
td.TdClassName
{
border-color: #9CBA9D;
}
.TagClassName
{
border-color: #9CBA9D;
}
</style>