Shades of Dark Sea Green #9BBD9E
Tints of Dark Sea Green #9BBD9E
RGB
CMYK
RGB Variations
Color information
#9BBD9E (or 0x9BBD9E) is known color: Dark Sea Green. HEX triplet: 9B, BD and 9E. RGB value is (155,189,158). Sum of RGB (Red+Green+Blue) = 155+189+158=502 (66% of max value = 765). Red value is 155 (60.94% from 255 or 30.88% from 502); Green value is 189 (74.22% from 255 or 37.65% from 502); Blue value is 158 (62.11% from 255 or 31.47% from 502); Max value from RGB is 189 - color contains mainly: green. Hex color #9BBD9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BBD9E is #644261. Grayscale: #AFAFAF. Windows color (decimal): -6570594 or 10403227. OLE color: 10403227.
HSL color Cylindrical-coordinate representation of color #9BBD9E: hue angle of 125.29º 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 #9BBD9E is Cyan = 0.18, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 155 | 189 | 158 | - |
| CMYK | 0.18 | 0 | 0.16 | 0.26 |
| HSL | 125.29º | 0.2% | 0.67% | - |
| HSV(B) | 125.29º | 0.18% | 0.74% | - |
| XYZ | 37.89 | 45.83 | 39.2 | - |
| YUV | 175.3 | 118.24 | 113.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 189 | 158 | 0.18 | 0 | 0.16 | 0.26 | 125.29 | 0.2 | 0.67 |
| Hex | 9B | BD | 9E | 12 | 0 | 10 | 1A | 7D | 14 | 43 |
| Octal | 233 | 275 | 236 | 22 | 0 | 20 | 32 | 175 | 24 | 103 |
| Binary | 10011011 | 10111101 | 10011110 | 10010 | 0 | 10000 | 11010 | 1111101 | 10100 | 1000011 |
Color Harmonies of #9BBD9E
Complementary color
Monochromatic Colors of #9BBD9E
Black with #9BBD9E
Text Example
Text Example
White with #9BBD9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BBD9E; }
p { color: rgb(155,189,158); }
H1.HeaderClassName
{
color: #9BBD9E;
}
.AnyTagClassName
{
color: #9BBD9E;
}
</style>
background-color css
<style>
a { background-color: #9BBD9E; }
a { background-color: rgb(155,189,158); }
div.DivClassName
{
background-color: #9BBD9E;
}
.BgClassName
{
background-color: #9BBD9E;
}
</style>
border-color css
<style>
span { border-color: #9BBD9E; }
span { border-color: rgb(155,189,158); }
td.TdClassName
{
border-color: #9BBD9E;
}
.TagClassName
{
border-color: #9BBD9E;
}
</style>