Shades of Dark Sea Green #9DB89F
Tints of Dark Sea Green #9DB89F
RGB
CMYK
RGB Variations
Color information
#9DB89F (or 0x9DB89F) is known color: Dark Sea Green. HEX triplet: 9D, B8 and 9F. RGB value is (157,184,159). Sum of RGB (Red+Green+Blue) = 157+184+159=500 (66% of max value = 765). Red value is 157 (61.72% from 255 or 31.4% from 500); Green value is 184 (72.27% from 255 or 36.8% from 500); Blue value is 159 (62.5% from 255 or 31.8% from 500); Max value from RGB is 184 - color contains mainly: green. Hex color #9DB89F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DB89F is #624760. Grayscale: #ADADAD. Windows color (decimal): -6440801 or 10467485. OLE color: 10467485.
HSL color Cylindrical-coordinate representation of color #9DB89F: hue angle of 124.44º degrees, saturation: 0.16, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9DB89F is Cyan = 0.15, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 157 | 184 | 159 | - |
| CMYK | 0.15 | 0 | 0.14 | 0.28 |
| HSL | 124.44º | 0.16% | 0.67% | - |
| HSV(B) | 124.44º | 0.15% | 0.72% | - |
| XYZ | 37.3 | 43.95 | 39.32 | - |
| YUV | 173.08 | 120.05 | 116.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 184 | 159 | 0.15 | 0 | 0.14 | 0.28 | 124.44 | 0.16 | 0.67 |
| Hex | 9D | B8 | 9F | F | 0 | E | 1C | 7C | 10 | 43 |
| Octal | 235 | 270 | 237 | 17 | 0 | 16 | 34 | 174 | 20 | 103 |
| Binary | 10011101 | 10111000 | 10011111 | 1111 | 0 | 1110 | 11100 | 1111100 | 10000 | 1000011 |
Color Harmonies of #9DB89F
Complementary color
Monochromatic Colors of #9DB89F
Black with #9DB89F
Text Example
Text Example
White with #9DB89F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB89F; }
p { color: rgb(157,184,159); }
H1.HeaderClassName
{
color: #9DB89F;
}
.AnyTagClassName
{
color: #9DB89F;
}
</style>
background-color css
<style>
a { background-color: #9DB89F; }
a { background-color: rgb(157,184,159); }
div.DivClassName
{
background-color: #9DB89F;
}
.BgClassName
{
background-color: #9DB89F;
}
</style>
border-color css
<style>
span { border-color: #9DB89F; }
span { border-color: rgb(157,184,159); }
td.TdClassName
{
border-color: #9DB89F;
}
.TagClassName
{
border-color: #9DB89F;
}
</style>