#9EBEBA

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

Shades of Shadow Green #9EBEBA

Tints of Shadow Green #9EBEBA

Color information

#9EBEBA (or 0x9EBEBA) is unknown color: approx Shadow Green. HEX triplet: 9E, BE and BA. RGB value is (158,190,186). Sum of RGB (Red+Green+Blue) = 158+190+186=534 (70% of max value = 765). Red value is 158 (62.11% from 255 or 29.59% from 534); Green value is 190 (74.61% from 255 or 35.58% from 534); Blue value is 186 (73.05% from 255 or 34.83% from 534); Max value from RGB is 190 - color contains mainly: green. Hex color #9EBEBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EBEBA is #614145. Grayscale: #B3B3B3. Windows color (decimal): -6373702 or 12238494. OLE color: 12238494.

HSL color Cylindrical-coordinate representation of color #9EBEBA: hue angle of 172.5º 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 #9EBEBA is Cyan = 0.17, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB158190186-
CMYK0.1700.020.25
HSL172.5º19.75%68.24%-
HSV(B)172.5º16.84%74.51%-
XYZ41.3847.6453.47-
YUV179.98131.4112.33-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 29.59%
GREEN value IS 190 (74.61% from 255) = 35.58%
BLUE value IS 186 (73.05% from 255) = 34.83%
R=29.59%
G=35.58%
B=34.83%

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
Decimal1581901860.1700.020.25172.519.7568.24
Hex9EBEBA110219ac1444
Octal23627627221023125424104
Binary100111101011111010111010100010101100110101100101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EBEBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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