#9EC0BE

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

Shades of Shadow Green #9EC0BE

Tints of Shadow Green #9EC0BE

Color information

#9EC0BE (or 0x9EC0BE) is unknown color: approx Shadow Green. HEX triplet: 9E, C0 and BE. RGB value is (158,192,190). Sum of RGB (Red+Green+Blue) = 158+192+190=540 (71% of max value = 765). Red value is 158 (62.11% from 255 or 29.26% from 540); Green value is 192 (75.39% from 255 or 35.56% from 540); Blue value is 190 (74.61% from 255 or 35.19% from 540); Max value from RGB is 192 - color contains mainly: green. Hex color #9EC0BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EC0BE is #613F41. Grayscale: #B5B5B5. Windows color (decimal): -6373186 or 12501150. OLE color: 12501150.

HSL color Cylindrical-coordinate representation of color #9EC0BE: hue angle of 176.47º degrees, saturation: 0.21, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9EC0BE is Cyan = 0.18, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB158192190-
CMYK0.1800.010.25
HSL176.47º21.25%68.63%-
HSV(B)176.47º17.71%75.29%-
XYZ42.2448.6955.89-
YUV181.61132.74111.16-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 29.26%
GREEN value IS 192 (75.39% from 255) = 35.56%
BLUE value IS 190 (74.61% from 255) = 35.19%
R=29.26%
G=35.56%
B=35.19%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1581921900.1800.010.25176.4721.2568.63
Hex9EC0BE120119b01545
Octal23630027622013126025105
Binary10011110110000001011111010010011100110110000101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EC0BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,192,190); }

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

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

 a { background-color: rgb(158,192,190); }

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

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

 span { border-color: rgb(158,192,190); }

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