#9FBEBD

Color #9FBEBD Jungle Mist (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jungle Mist #9FBEBD

Tints of Jungle Mist #9FBEBD

Color information

#9FBEBD (or 0x9FBEBD) is unknown color: approx Jungle Mist. HEX triplet: 9F, BE and BD. RGB value is (159,190,189). Sum of RGB (Red+Green+Blue) = 159+190+189=538 (71% of max value = 765). Red value is 159 (62.5% from 255 or 29.55% from 538); Green value is 190 (74.61% from 255 or 35.32% from 538); Blue value is 189 (74.22% from 255 or 35.13% from 538); Max value from RGB is 190 - color contains mainly: green. Hex color #9FBEBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FBEBD is #604142. Grayscale: #B4B4B4. Windows color (decimal): -6308163 or 12435103. OLE color: 12435103.

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

Color convert

RGB159190189-
CMYK0.1600.010.25
HSL178.06º19.25%68.43%-
HSV(B)178.06º16.32%74.51%-
XYZ41.947.8755.18-
YUV180.62132.73112.58-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 29.55%
GREEN value IS 190 (74.61% from 255) = 35.32%
BLUE value IS 189 (74.22% from 255) = 35.13%
R=29.55%
G=35.32%
B=35.13%

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
Decimal1591901890.1600.010.25178.0619.2568.43
Hex9FBEBD100119b21344
Octal23727627520013126223104
Binary10011111101111101011110110000011100110110010100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FBEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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