Shades of Dark Sea Green #9BBA9E
Tints of Dark Sea Green #9BBA9E
RGB
CMYK
RGB Variations
Color information
#9BBA9E (or 0x9BBA9E) is known color: Dark Sea Green. HEX triplet: 9B, BA and 9E. RGB value is (155,186,158). Sum of RGB (Red+Green+Blue) = 155+186+158=499 (66% of max value = 765). Red value is 155 (60.94% from 255 or 31.06% from 499); Green value is 186 (73.05% from 255 or 37.27% from 499); Blue value is 158 (62.11% from 255 or 31.66% from 499); Max value from RGB is 186 - color contains mainly: green. Hex color #9BBA9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BBA9E is #644561. Grayscale: #ADADAD. Windows color (decimal): -6571362 or 10402459. OLE color: 10402459.
HSL color Cylindrical-coordinate representation of color #9BBA9E: hue angle of 125.81º degrees, saturation: 0.18, 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 #9BBA9E is Cyan = 0.17, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 155 | 186 | 158 | - |
| CMYK | 0.17 | 0 | 0.15 | 0.27 |
| HSL | 125.81º | 0.18% | 0.67% | - |
| HSV(B) | 125.81º | 0.17% | 0.73% | - |
| XYZ | 37.25 | 44.56 | 38.98 | - |
| YUV | 173.54 | 119.23 | 114.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 186 | 158 | 0.17 | 0 | 0.15 | 0.27 | 125.81 | 0.18 | 0.67 |
| Hex | 9B | BA | 9E | 11 | 0 | F | 1B | 7E | 12 | 43 |
| Octal | 233 | 272 | 236 | 21 | 0 | 17 | 33 | 176 | 22 | 103 |
| Binary | 10011011 | 10111010 | 10011110 | 10001 | 0 | 1111 | 11011 | 1111110 | 10010 | 1000011 |
Color Harmonies of #9BBA9E
Complementary color
Monochromatic Colors of #9BBA9E
Black with #9BBA9E
Text Example
Text Example
White with #9BBA9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BBA9E; }
p { color: rgb(155,186,158); }
H1.HeaderClassName
{
color: #9BBA9E;
}
.AnyTagClassName
{
color: #9BBA9E;
}
</style>
background-color css
<style>
a { background-color: #9BBA9E; }
a { background-color: rgb(155,186,158); }
div.DivClassName
{
background-color: #9BBA9E;
}
.BgClassName
{
background-color: #9BBA9E;
}
</style>
border-color css
<style>
span { border-color: #9BBA9E; }
span { border-color: rgb(155,186,158); }
td.TdClassName
{
border-color: #9BBA9E;
}
.TagClassName
{
border-color: #9BBA9E;
}
</style>