#9DBEBB

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

Shades of Shadow Green #9DBEBB

Tints of Shadow Green #9DBEBB

Color information

#9DBEBB (or 0x9DBEBB) is unknown color: approx Shadow Green. HEX triplet: 9D, BE and BB. RGB value is (157,190,187). Sum of RGB (Red+Green+Blue) = 157+190+187=534 (70% of max value = 765). Red value is 157 (61.72% from 255 or 29.40% from 534); Green value is 190 (74.61% from 255 or 35.58% from 534); Blue value is 187 (73.44% from 255 or 35.02% from 534); Max value from RGB is 190 - color contains mainly: green. Hex color #9DBEBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DBEBB is #624144. Grayscale: #B3B3B3. Windows color (decimal): -6439237 or 12304029. OLE color: 12304029.

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

Color convert

RGB157190187-
CMYK0.1700.020.25
HSL174.55º20.25%68.04%-
HSV(B)174.55º17.37%74.51%-
XYZ41.2947.5854.02-
YUV179.79132.07111.74-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 29.40%
GREEN value IS 190 (74.61% from 255) = 35.58%
BLUE value IS 187 (73.44% from 255) = 35.02%
R=29.40%
G=35.58%
B=35.02%

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
Decimal1571901870.1700.020.25174.5520.2568.04
Hex9DBEBB110219af1444
Octal23527627321023125724104
Binary100111011011111010111011100010101100110101111101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DBEBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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