Shades of Dark Sea Green #9BBB9E
Tints of Dark Sea Green #9BBB9E
RGB
CMYK
RGB Variations
Color information
#9BBB9E (or 0x9BBB9E) is known color: Dark Sea Green. HEX triplet: 9B, BB and 9E. RGB value is (155,187,158). Sum of RGB (Red+Green+Blue) = 155+187+158=500 (66% of max value = 765). Red value is 155 (60.94% from 255 or 31% from 500); Green value is 187 (73.44% from 255 or 37.4% from 500); Blue value is 158 (62.11% from 255 or 31.6% from 500); Max value from RGB is 187 - color contains mainly: green. Hex color #9BBB9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BBB9E is #644461. Grayscale: #AEAEAE. Windows color (decimal): -6571106 or 10402715. OLE color: 10402715.
HSL color Cylindrical-coordinate representation of color #9BBB9E: hue angle of 125.62º degrees, saturation: 0.19, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9BBB9E is Cyan = 0.17, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 155 | 187 | 158 | - |
| CMYK | 0.17 | 0 | 0.16 | 0.27 |
| HSL | 125.63º | 0.19% | 0.67% | - |
| HSV(B) | 125.63º | 0.17% | 0.73% | - |
| XYZ | 37.46 | 44.98 | 39.06 | - |
| YUV | 174.13 | 118.9 | 114.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 187 | 158 | 0.17 | 0 | 0.16 | 0.27 | 125.63 | 0.19 | 0.67 |
| Hex | 9B | BB | 9E | 11 | 0 | 10 | 1B | 7E | 13 | 43 |
| Octal | 233 | 273 | 236 | 21 | 0 | 20 | 33 | 176 | 23 | 103 |
| Binary | 10011011 | 10111011 | 10011110 | 10001 | 0 | 10000 | 11011 | 1111110 | 10011 | 1000011 |
Color Harmonies of #9BBB9E
Complementary color
Monochromatic Colors of #9BBB9E
Black with #9BBB9E
Text Example
Text Example
White with #9BBB9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BBB9E; }
p { color: rgb(155,187,158); }
H1.HeaderClassName
{
color: #9BBB9E;
}
.AnyTagClassName
{
color: #9BBB9E;
}
</style>
background-color css
<style>
a { background-color: #9BBB9E; }
a { background-color: rgb(155,187,158); }
div.DivClassName
{
background-color: #9BBB9E;
}
.BgClassName
{
background-color: #9BBB9E;
}
</style>
border-color css
<style>
span { border-color: #9BBB9E; }
span { border-color: rgb(155,187,158); }
td.TdClassName
{
border-color: #9BBB9E;
}
.TagClassName
{
border-color: #9BBB9E;
}
</style>