#9DBFBE

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

Shades of Jungle Mist #9DBFBE

Tints of Jungle Mist #9DBFBE

Color information

#9DBFBE (or 0x9DBFBE) is unknown color: approx Jungle Mist. HEX triplet: 9D, BF and BE. RGB value is (157,191,190). Sum of RGB (Red+Green+Blue) = 157+191+190=538 (71% of max value = 765). Red value is 157 (61.72% from 255 or 29.18% from 538); Green value is 191 (75% from 255 or 35.50% from 538); Blue value is 190 (74.61% from 255 or 35.32% from 538); Max value from RGB is 191 - color contains mainly: green. Hex color #9DBFBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DBFBE is #624041. Grayscale: #B4B4B4. Windows color (decimal): -6438978 or 12500893. OLE color: 12500893.

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

Color convert

RGB157191190-
CMYK0.1800.010.25
HSL178.24º20.99%68.24%-
HSV(B)178.24º17.8%74.9%-
XYZ41.8348.1555.8-
YUV180.72133.24111.08-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 29.18%
GREEN value IS 191 (75% from 255) = 35.50%
BLUE value IS 190 (74.61% from 255) = 35.32%
R=29.18%
G=35.50%
B=35.32%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1571911900.1800.010.25178.2420.9968.24
Hex9DBFBE120119b21544
Octal23527727622013126225104
Binary10011101101111111011111010010011100110110010101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DBFBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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