#9EBDBA

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

Shades of Shadow Green #9EBDBA

Tints of Shadow Green #9EBDBA

Color information

#9EBDBA (or 0x9EBDBA) is unknown color: approx Shadow Green. HEX triplet: 9E, BD and BA. RGB value is (158,189,186). Sum of RGB (Red+Green+Blue) = 158+189+186=533 (70% of max value = 765). Red value is 158 (62.11% from 255 or 29.64% from 533); Green value is 189 (74.22% from 255 or 35.46% from 533); Blue value is 186 (73.05% from 255 or 34.90% from 533); Max value from RGB is 189 - color contains mainly: green. Hex color #9EBDBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EBDBA is #614245. Grayscale: #B3B3B3. Windows color (decimal): -6373958 or 12238238. OLE color: 12238238.

HSL color Cylindrical-coordinate representation of color #9EBDBA: hue angle of 174.19º degrees, saturation: 0.19, 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 #9EBDBA is Cyan = 0.16, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.26.

Color convert

RGB158189186-
CMYK0.1600.020.26
HSL174.19º19.02%68.04%-
HSV(B)174.19º16.4%74.12%-
XYZ41.1647.2153.4-
YUV179.39131.73112.74-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 29.64%
GREEN value IS 189 (74.22% from 255) = 35.46%
BLUE value IS 186 (73.05% from 255) = 34.90%
R=29.64%
G=35.46%
B=34.90%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1581891860.1600.020.26174.1919.0268.04
Hex9EBDBA10021Aae1344
Octal23627527220023225623104
Binary100111101011110110111010100000101101010101110100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EBDBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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