#9FBEBC

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

Shades of Shadow Green #9FBEBC

Tints of Shadow Green #9FBEBC

Color information

#9FBEBC (or 0x9FBEBC) is unknown color: approx Shadow Green. HEX triplet: 9F, BE and BC. RGB value is (159,190,188). Sum of RGB (Red+Green+Blue) = 159+190+188=537 (71% of max value = 765). Red value is 159 (62.5% from 255 or 29.61% from 537); Green value is 190 (74.61% from 255 or 35.38% from 537); Blue value is 188 (73.83% from 255 or 35.01% from 537); Max value from RGB is 190 - color contains mainly: green. Hex color #9FBEBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FBEBC is #604143. Grayscale: #B4B4B4. Windows color (decimal): -6308164 or 12369567. OLE color: 12369567.

HSL color Cylindrical-coordinate representation of color #9FBEBC: hue angle of 176.13º degrees, saturation: 0.19, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9FBEBC is Cyan = 0.16, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB159190188-
CMYK0.1600.010.25
HSL176.13º19.25%68.43%-
HSV(B)176.13º16.32%74.51%-
XYZ41.7947.8354.61-
YUV180.5132.23112.66-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 29.61%
GREEN value IS 190 (74.61% from 255) = 35.38%
BLUE value IS 188 (73.83% from 255) = 35.01%
R=29.61%
G=35.38%
B=35.01%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1591901880.1600.010.25176.1319.2568.43
Hex9FBEBC100119b01344
Octal23727627420013126023104
Binary10011111101111101011110010000011100110110000100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FBEBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,190,188); }

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

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

 a { background-color: rgb(159,190,188); }

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

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

 span { border-color: rgb(159,190,188); }

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