#9EBCA1

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

Shades of Dark Sea Green #9EBCA1

Tints of Dark Sea Green #9EBCA1

Color information

#9EBCA1 (or 0x9EBCA1) is unknown color: approx Dark Sea Green. HEX triplet: 9E, BC and A1. RGB value is (158,188,161). Sum of RGB (Red+Green+Blue) = 158+188+161=507 (67% of max value = 765). Red value is 158 (62.11% from 255 or 31.16% from 507); Green value is 188 (73.83% from 255 or 37.08% from 507); Blue value is 161 (63.28% from 255 or 31.76% from 507); Max value from RGB is 188 - color contains mainly: green. Hex color #9EBCA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EBCA1 is #61435E. Grayscale: #B0B0B0. Windows color (decimal): -6374239 or 10599582. OLE color: 10599582.

HSL color Cylindrical-coordinate representation of color #9EBCA1: hue angle of 126º degrees, saturation: 0.18, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9EBCA1 is Cyan = 0.16, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.26.

Color convert

RGB158188161-
CMYK0.1600.140.26
HSL126º18.29%67.84%-
HSV(B)126º15.96%73.73%-
XYZ38.5245.8140.53-
YUV175.95119.56115.2-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 31.16%
GREEN value IS 188 (73.83% from 255) = 37.08%
BLUE value IS 161 (63.28% from 255) = 31.76%
R=31.16%
G=37.08%
B=31.76%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1581881610.1600.140.2612618.2967.84
Hex9EBCA1100E1A7e1244
Octal236274241200163217622104
Binary1001111010111100101000011000001110110101111110100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EBCA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,188,161); }

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

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

 a { background-color: rgb(158,188,161); }

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

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

 span { border-color: rgb(158,188,161); }

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