#9EBEBB

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

Shades of Shadow Green #9EBEBB

Tints of Shadow Green #9EBEBB

Color information

#9EBEBB (or 0x9EBEBB) is unknown color: approx Shadow Green. HEX triplet: 9E, BE and BB. RGB value is (158,190,187). Sum of RGB (Red+Green+Blue) = 158+190+187=535 (70% of max value = 765). Red value is 158 (62.11% from 255 or 29.53% from 535); Green value is 190 (74.61% from 255 or 35.51% from 535); Blue value is 187 (73.44% from 255 or 34.95% from 535); Max value from RGB is 190 - color contains mainly: green. Hex color #9EBEBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EBEBB is #614144. Grayscale: #B4B4B4. Windows color (decimal): -6373701 or 12304030. OLE color: 12304030.

HSL color Cylindrical-coordinate representation of color #9EBEBB: hue angle of 174.38º degrees, saturation: 0.2, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9EBEBB is Cyan = 0.17, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB158190187-
CMYK0.1700.020.25
HSL174.38º19.75%68.24%-
HSV(B)174.38º16.84%74.51%-
XYZ41.4847.6854.03-
YUV180.09131.9112.24-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 29.53%
GREEN value IS 190 (74.61% from 255) = 35.51%
BLUE value IS 187 (73.44% from 255) = 34.95%
R=29.53%
G=35.51%
B=34.95%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1581901870.1700.020.25174.3819.7568.24
Hex9EBEBB110219ae1444
Octal23627627321023125624104
Binary100111101011111010111011100010101100110101110101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EBEBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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