#9EB49F

Color #9EB49F Dark Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Sea Green #9EB49F

Tints of Dark Sea Green #9EB49F

Color information

#9EB49F (or 0x9EB49F) is unknown color: approx Dark Sea Green. HEX triplet: 9E, B4 and 9F. RGB value is (158,180,159). Sum of RGB (Red+Green+Blue) = 158+180+159=497 (65% of max value = 765). Red value is 158 (62.11% from 255 or 31.79% from 497); Green value is 180 (70.70% from 255 or 36.22% from 497); Blue value is 159 (62.5% from 255 or 31.99% from 497); Max value from RGB is 180 - color contains mainly: green. Hex color #9EB49F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EB49F is #614B60. Grayscale: #ABABAB. Windows color (decimal): -6376289 or 10466462. OLE color: 10466462.

HSL color Cylindrical-coordinate representation of color #9EB49F: hue angle of 122.73º degrees, saturation: 0.13, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #9EB49F is Cyan = 0.12, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.29.

Color convert

RGB158180159-
CMYK0.1200.120.29
HSL122.73º12.79%66.27%-
HSV(B)122.73º12.22%70.59%-
XYZ36.6842.4139.05-
YUV171.03121.21118.71-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 158 (62.11% from 255) = 31.79%
GREEN value IS 180 (70.70% from 255) = 36.22%
BLUE value IS 159 (62.5% from 255) = 31.99%
R=31.79%
G=36.22%
B=31.99%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1581801590.1200.120.29122.7312.7966.27
Hex9EB49FC0C1D7bd42
Octal236264237140143517315102
Binary10011110101101001001111111000110011101111101111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EB49F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9EB49F; }

 p { color: rgb(158,180,159); }

 H1.HeaderClassName
 {
   color: #9EB49F;
 }
 .AnyTagClassName
 {
   color: #9EB49F;
 }
</style>
background-color css

<style>
 a { background-color: #9EB49F; }

 a { background-color: rgb(158,180,159); }

 div.DivClassName
 {
   background-color: #9EB49F;
 }
 .BgClassName
 {
   background-color: #9EB49F;
 }
</style>
border-color css

<style>
 span { border-color: #9EB49F; }

 span { border-color: rgb(158,180,159); }

 td.TdClassName
 {
   border-color: #9EB49F;
 }
 .TagClassName
 {
   border-color: #9EB49F;
 }
</style>