Shades of Dark Sea Green #9FB8A1
Tints of Dark Sea Green #9FB8A1
RGB
CMYK
RGB Variations
Color information
#9FB8A1 (or 0x9FB8A1) is known color: Dark Sea Green. HEX triplet: 9F, B8 and A1. RGB value is (159,184,161). Sum of RGB (Red+Green+Blue) = 159+184+161=504 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.55% from 504); Green value is 184 (72.27% from 255 or 36.51% from 504); Blue value is 161 (63.28% from 255 or 31.94% from 504); Max value from RGB is 184 - color contains mainly: green. Hex color #9FB8A1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FB8A1 is #60475E. Grayscale: #ADADAD. Windows color (decimal): -6309727 or 10598559. OLE color: 10598559.
HSL color Cylindrical-coordinate representation of color #9FB8A1: hue angle of 124.8º degrees, saturation: 0.15, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9FB8A1 is Cyan = 0.14, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 159 | 184 | 161 | - |
| CMYK | 0.14 | 0 | 0.12 | 0.28 |
| HSL | 124.8º | 0.15% | 0.67% | - |
| HSV(B) | 124.8º | 0.14% | 0.72% | - |
| XYZ | 37.87 | 44.23 | 40.26 | - |
| YUV | 173.9 | 120.72 | 117.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 184 | 161 | 0.14 | 0 | 0.12 | 0.28 | 124.8 | 0.15 | 0.67 |
| Hex | 9F | B8 | A1 | E | 0 | C | 1C | 7D | F | 43 |
| Octal | 237 | 270 | 241 | 16 | 0 | 14 | 34 | 175 | 17 | 103 |
| Binary | 10011111 | 10111000 | 10100001 | 1110 | 0 | 1100 | 11100 | 1111101 | 1111 | 1000011 |
Color Harmonies of #9FB8A1
Complementary color
Monochromatic Colors of #9FB8A1
Black with #9FB8A1
Text Example
Text Example
White with #9FB8A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FB8A1; }
p { color: rgb(159,184,161); }
H1.HeaderClassName
{
color: #9FB8A1;
}
.AnyTagClassName
{
color: #9FB8A1;
}
</style>
background-color css
<style>
a { background-color: #9FB8A1; }
a { background-color: rgb(159,184,161); }
div.DivClassName
{
background-color: #9FB8A1;
}
.BgClassName
{
background-color: #9FB8A1;
}
</style>
border-color css
<style>
span { border-color: #9FB8A1; }
span { border-color: rgb(159,184,161); }
td.TdClassName
{
border-color: #9FB8A1;
}
.TagClassName
{
border-color: #9FB8A1;
}
</style>