Shades of Dark Sea Green #9EBBA1
Tints of Dark Sea Green #9EBBA1
RGB
CMYK
RGB Variations
Color information
#9EBBA1 (or 0x9EBBA1) is known color: Dark Sea Green. HEX triplet: 9E, BB and A1. RGB value is (158,187,161). Sum of RGB (Red+Green+Blue) = 158+187+161=506 (67% of max value = 765). Red value is 158 (62.11% from 255 or 31.23% from 506); Green value is 187 (73.44% from 255 or 36.96% from 506); Blue value is 161 (63.28% from 255 or 31.82% from 506); Max value from RGB is 187 - color contains mainly: green. Hex color #9EBBA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EBBA1 is #61445E. Grayscale: #AFAFAF. Windows color (decimal): -6374495 or 10599326. OLE color: 10599326.
HSL color Cylindrical-coordinate representation of color #9EBBA1: hue angle of 126.21º degrees, saturation: 0.18, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9EBBA1 is Cyan = 0.16, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 158 | 187 | 161 | - |
| CMYK | 0.16 | 0 | 0.14 | 0.27 |
| HSL | 126.21º | 0.18% | 0.68% | - |
| HSV(B) | 126.21º | 0.16% | 0.73% | - |
| XYZ | 38.3 | 45.38 | 40.46 | - |
| YUV | 175.37 | 119.89 | 115.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 187 | 161 | 0.16 | 0 | 0.14 | 0.27 | 126.21 | 0.18 | 0.68 |
| Hex | 9E | BB | A1 | 10 | 0 | E | 1B | 7E | 12 | 44 |
| Octal | 236 | 273 | 241 | 20 | 0 | 16 | 33 | 176 | 22 | 104 |
| Binary | 10011110 | 10111011 | 10100001 | 10000 | 0 | 1110 | 11011 | 1111110 | 10010 | 1000100 |
Color Harmonies of #9EBBA1
Complementary color
Monochromatic Colors of #9EBBA1
Black with #9EBBA1
Text Example
Text Example
White with #9EBBA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EBBA1; }
p { color: rgb(158,187,161); }
H1.HeaderClassName
{
color: #9EBBA1;
}
.AnyTagClassName
{
color: #9EBBA1;
}
</style>
background-color css
<style>
a { background-color: #9EBBA1; }
a { background-color: rgb(158,187,161); }
div.DivClassName
{
background-color: #9EBBA1;
}
.BgClassName
{
background-color: #9EBBA1;
}
</style>
border-color css
<style>
span { border-color: #9EBBA1; }
span { border-color: rgb(158,187,161); }
td.TdClassName
{
border-color: #9EBBA1;
}
.TagClassName
{
border-color: #9EBBA1;
}
</style>