Shades of Dark Sea Green #9BBF9E
Tints of Dark Sea Green #9BBF9E
RGB
CMYK
RGB Variations
Color information
#9BBF9E (or 0x9BBF9E) is known color: Dark Sea Green. HEX triplet: 9B, BF and 9E. RGB value is (155,191,158). Sum of RGB (Red+Green+Blue) = 155+191+158=504 (66% of max value = 765). Red value is 155 (60.94% from 255 or 30.75% from 504); Green value is 191 (75% from 255 or 37.90% from 504); Blue value is 158 (62.11% from 255 or 31.35% from 504); Max value from RGB is 191 - color contains mainly: green. Hex color #9BBF9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BBF9E is #644061. Grayscale: #B0B0B0. Windows color (decimal): -6570082 or 10403739. OLE color: 10403739.
HSL color Cylindrical-coordinate representation of color #9BBF9E: hue angle of 125º degrees, saturation: 0.22, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9BBF9E is Cyan = 0.19, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 155 | 191 | 158 | - |
| CMYK | 0.19 | 0 | 0.17 | 0.25 |
| HSL | 125º | 0.22% | 0.68% | - |
| HSV(B) | 125º | 0.19% | 0.75% | - |
| XYZ | 38.32 | 46.7 | 39.34 | - |
| YUV | 176.47 | 117.57 | 112.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 191 | 158 | 0.19 | 0 | 0.17 | 0.25 | 125 | 0.22 | 0.68 |
| Hex | 9B | BF | 9E | 13 | 0 | 11 | 19 | 7D | 16 | 44 |
| Octal | 233 | 277 | 236 | 23 | 0 | 21 | 31 | 175 | 26 | 104 |
| Binary | 10011011 | 10111111 | 10011110 | 10011 | 0 | 10001 | 11001 | 1111101 | 10110 | 1000100 |
Color Harmonies of #9BBF9E
Complementary color
Monochromatic Colors of #9BBF9E
Black with #9BBF9E
Text Example
Text Example
White with #9BBF9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BBF9E; }
p { color: rgb(155,191,158); }
H1.HeaderClassName
{
color: #9BBF9E;
}
.AnyTagClassName
{
color: #9BBF9E;
}
</style>
background-color css
<style>
a { background-color: #9BBF9E; }
a { background-color: rgb(155,191,158); }
div.DivClassName
{
background-color: #9BBF9E;
}
.BgClassName
{
background-color: #9BBF9E;
}
</style>
border-color css
<style>
span { border-color: #9BBF9E; }
span { border-color: rgb(155,191,158); }
td.TdClassName
{
border-color: #9BBF9E;
}
.TagClassName
{
border-color: #9BBF9E;
}
</style>