#9EBDBB

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

Shades of Shadow Green #9EBDBB

Tints of Shadow Green #9EBDBB

Color information

#9EBDBB (or 0x9EBDBB) is unknown color: approx Shadow Green. HEX triplet: 9E, BD and BB. RGB value is (158,189,187). Sum of RGB (Red+Green+Blue) = 158+189+187=534 (70% of max value = 765). Red value is 158 (62.11% from 255 or 29.59% from 534); Green value is 189 (74.22% from 255 or 35.39% from 534); Blue value is 187 (73.44% from 255 or 35.02% from 534); Max value from RGB is 189 - color contains mainly: green. Hex color #9EBDBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EBDBB is #614244. Grayscale: #B3B3B3. Windows color (decimal): -6373957 or 12303774. OLE color: 12303774.

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

Color convert

RGB158189187-
CMYK0.1600.010.26
HSL176.13º19.02%68.04%-
HSV(B)176.13º16.4%74.12%-
XYZ41.2747.2553.96-
YUV179.5132.23112.66-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 29.59%
GREEN value IS 189 (74.22% from 255) = 35.39%
BLUE value IS 187 (73.44% from 255) = 35.02%
R=29.59%
G=35.39%
B=35.02%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1581891870.1600.010.26176.1319.0268.04
Hex9EBDBB10011Ab01344
Octal23627527320013226023104
Binary10011110101111011011101110000011101010110000100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EBDBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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