Shades of Dark Sea Green #9BBC9E
Tints of Dark Sea Green #9BBC9E
RGB
CMYK
RGB Variations
Color information
#9BBC9E (or 0x9BBC9E) is known color: Dark Sea Green. HEX triplet: 9B, BC and 9E. RGB value is (155,188,158). Sum of RGB (Red+Green+Blue) = 155+188+158=501 (66% of max value = 765). Red value is 155 (60.94% from 255 or 30.94% from 501); Green value is 188 (73.83% from 255 or 37.52% from 501); Blue value is 158 (62.11% from 255 or 31.54% from 501); Max value from RGB is 188 - color contains mainly: green. Hex color #9BBC9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BBC9E is #644361. Grayscale: #AEAEAE. Windows color (decimal): -6570850 or 10402971. OLE color: 10402971.
HSL color Cylindrical-coordinate representation of color #9BBC9E: hue angle of 125.45º degrees, saturation: 0.2, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9BBC9E is Cyan = 0.18, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 155 | 188 | 158 | - |
| CMYK | 0.18 | 0 | 0.16 | 0.26 |
| HSL | 125.45º | 0.2% | 0.67% | - |
| HSV(B) | 125.45º | 0.18% | 0.74% | - |
| XYZ | 37.67 | 45.4 | 39.13 | - |
| YUV | 174.71 | 118.57 | 113.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 188 | 158 | 0.18 | 0 | 0.16 | 0.26 | 125.45 | 0.2 | 0.67 |
| Hex | 9B | BC | 9E | 12 | 0 | 10 | 1A | 7D | 14 | 43 |
| Octal | 233 | 274 | 236 | 22 | 0 | 20 | 32 | 175 | 24 | 103 |
| Binary | 10011011 | 10111100 | 10011110 | 10010 | 0 | 10000 | 11010 | 1111101 | 10100 | 1000011 |
Color Harmonies of #9BBC9E
Complementary color
Monochromatic Colors of #9BBC9E
Black with #9BBC9E
Text Example
Text Example
White with #9BBC9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BBC9E; }
p { color: rgb(155,188,158); }
H1.HeaderClassName
{
color: #9BBC9E;
}
.AnyTagClassName
{
color: #9BBC9E;
}
</style>
background-color css
<style>
a { background-color: #9BBC9E; }
a { background-color: rgb(155,188,158); }
div.DivClassName
{
background-color: #9BBC9E;
}
.BgClassName
{
background-color: #9BBC9E;
}
</style>
border-color css
<style>
span { border-color: #9BBC9E; }
span { border-color: rgb(155,188,158); }
td.TdClassName
{
border-color: #9BBC9E;
}
.TagClassName
{
border-color: #9BBC9E;
}
</style>