#9DBEB5

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

Shades of Shadow Green #9DBEB5

Tints of Shadow Green #9DBEB5

Color information

#9DBEB5 (or 0x9DBEB5) is unknown color: approx Shadow Green. HEX triplet: 9D, BE and B5. RGB value is (157,190,181). Sum of RGB (Red+Green+Blue) = 157+190+181=528 (69% of max value = 765). Red value is 157 (61.72% from 255 or 29.73% from 528); Green value is 190 (74.61% from 255 or 35.98% from 528); Blue value is 181 (71.09% from 255 or 34.28% from 528); Max value from RGB is 190 - color contains mainly: green. Hex color #9DBEB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DBEB5 is #62414A. Grayscale: #B3B3B3. Windows color (decimal): -6439243 or 11910813. OLE color: 11910813.

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

Color convert

RGB157190181-
CMYK0.1700.050.25
HSL163.64º20.25%68.04%-
HSV(B)163.64º17.37%74.51%-
XYZ40.6647.3350.71-
YUV179.11129.07112.23-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 29.73%
GREEN value IS 190 (74.61% from 255) = 35.98%
BLUE value IS 181 (71.09% from 255) = 34.28%
R=29.73%
G=35.98%
B=34.28%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1571901810.1700.050.25163.6420.2568.04
Hex9DBEB5110519a41444
Octal23527626521053124424104
Binary1001110110111110101101011000101011100110100100101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DBEB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,190,181); }

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

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

 a { background-color: rgb(157,190,181); }

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

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

 span { border-color: rgb(157,190,181); }

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