Shades of Dark Sea Green #9DBB9E
Tints of Dark Sea Green #9DBB9E
RGB
CMYK
RGB Variations
Color information
#9DBB9E (or 0x9DBB9E) is known color: Dark Sea Green. HEX triplet: 9D, BB and 9E. RGB value is (157,187,158). Sum of RGB (Red+Green+Blue) = 157+187+158=502 (66% of max value = 765). Red value is 157 (61.72% from 255 or 31.27% from 502); Green value is 187 (73.44% from 255 or 37.25% from 502); Blue value is 158 (62.11% from 255 or 31.47% from 502); Max value from RGB is 187 - color contains mainly: green. Hex color #9DBB9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DBB9E is #624461. Grayscale: #AEAEAE. Windows color (decimal): -6440034 or 10402717. OLE color: 10402717.
HSL color Cylindrical-coordinate representation of color #9DBB9E: hue angle of 122º degrees, saturation: 0.18, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9DBB9E is Cyan = 0.16, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 157 | 187 | 158 | - |
| CMYK | 0.16 | 0 | 0.16 | 0.27 |
| HSL | 122º | 0.18% | 0.67% | - |
| HSV(B) | 122º | 0.16% | 0.73% | - |
| XYZ | 37.85 | 45.18 | 39.07 | - |
| YUV | 174.72 | 118.56 | 115.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 187 | 158 | 0.16 | 0 | 0.16 | 0.27 | 122 | 0.18 | 0.67 |
| Hex | 9D | BB | 9E | 10 | 0 | 10 | 1B | 7A | 12 | 43 |
| Octal | 235 | 273 | 236 | 20 | 0 | 20 | 33 | 172 | 22 | 103 |
| Binary | 10011101 | 10111011 | 10011110 | 10000 | 0 | 10000 | 11011 | 1111010 | 10010 | 1000011 |
Color Harmonies of #9DBB9E
Complementary color
Monochromatic Colors of #9DBB9E
Black with #9DBB9E
Text Example
Text Example
White with #9DBB9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBB9E; }
p { color: rgb(157,187,158); }
H1.HeaderClassName
{
color: #9DBB9E;
}
.AnyTagClassName
{
color: #9DBB9E;
}
</style>
background-color css
<style>
a { background-color: #9DBB9E; }
a { background-color: rgb(157,187,158); }
div.DivClassName
{
background-color: #9DBB9E;
}
.BgClassName
{
background-color: #9DBB9E;
}
</style>
border-color css
<style>
span { border-color: #9DBB9E; }
span { border-color: rgb(157,187,158); }
td.TdClassName
{
border-color: #9DBB9E;
}
.TagClassName
{
border-color: #9DBB9E;
}
</style>