Shades of Dark Sea Green #9FBAA1
Tints of Dark Sea Green #9FBAA1
RGB
CMYK
RGB Variations
Color information
#9FBAA1 (or 0x9FBAA1) is known color: Dark Sea Green. HEX triplet: 9F, BA and A1. RGB value is (159,186,161). Sum of RGB (Red+Green+Blue) = 159+186+161=506 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.42% from 506); Green value is 186 (73.05% from 255 or 36.76% from 506); Blue value is 161 (63.28% from 255 or 31.82% from 506); Max value from RGB is 186 - color contains mainly: green. Hex color #9FBAA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FBAA1 is #60455E. Grayscale: #AFAFAF. Windows color (decimal): -6309215 or 10599071. OLE color: 10599071.
HSL color Cylindrical-coordinate representation of color #9FBAA1: hue angle of 124.44º degrees, saturation: 0.16, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9FBAA1 is Cyan = 0.15, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 159 | 186 | 161 | - |
| CMYK | 0.15 | 0 | 0.13 | 0.27 |
| HSL | 124.44º | 0.16% | 0.68% | - |
| HSV(B) | 124.44º | 0.15% | 0.73% | - |
| XYZ | 38.29 | 45.06 | 40.4 | - |
| YUV | 175.08 | 120.05 | 116.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 186 | 161 | 0.15 | 0 | 0.13 | 0.27 | 124.44 | 0.16 | 0.68 |
| Hex | 9F | BA | A1 | F | 0 | D | 1B | 7C | 10 | 44 |
| Octal | 237 | 272 | 241 | 17 | 0 | 15 | 33 | 174 | 20 | 104 |
| Binary | 10011111 | 10111010 | 10100001 | 1111 | 0 | 1101 | 11011 | 1111100 | 10000 | 1000100 |
Color Harmonies of #9FBAA1
Complementary color
Monochromatic Colors of #9FBAA1
Black with #9FBAA1
Text Example
Text Example
White with #9FBAA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FBAA1; }
p { color: rgb(159,186,161); }
H1.HeaderClassName
{
color: #9FBAA1;
}
.AnyTagClassName
{
color: #9FBAA1;
}
</style>
background-color css
<style>
a { background-color: #9FBAA1; }
a { background-color: rgb(159,186,161); }
div.DivClassName
{
background-color: #9FBAA1;
}
.BgClassName
{
background-color: #9FBAA1;
}
</style>
border-color css
<style>
span { border-color: #9FBAA1; }
span { border-color: rgb(159,186,161); }
td.TdClassName
{
border-color: #9FBAA1;
}
.TagClassName
{
border-color: #9FBAA1;
}
</style>