#9DC0BF

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

Shades of Jungle Mist #9DC0BF

Tints of Jungle Mist #9DC0BF

Color information

#9DC0BF (or 0x9DC0BF) is unknown color: approx Jungle Mist. HEX triplet: 9D, C0 and BF. RGB value is (157,192,191). Sum of RGB (Red+Green+Blue) = 157+192+191=540 (71% of max value = 765). Red value is 157 (61.72% from 255 or 29.07% from 540); Green value is 192 (75.39% from 255 or 35.56% from 540); Blue value is 191 (75% from 255 or 35.37% from 540); Max value from RGB is 192 - color contains mainly: green. Hex color #9DC0BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DC0BF is #623F40. Grayscale: #B5B5B5. Windows color (decimal): -6438721 or 12566685. OLE color: 12566685.

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

Color convert

RGB157192191-
CMYK0.1800.010.25
HSL178.29º21.74%68.43%-
HSV(B)178.29º18.23%75.29%-
XYZ42.1648.6356.45-
YUV181.42133.4110.58-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 29.07%
GREEN value IS 192 (75.39% from 255) = 35.56%
BLUE value IS 191 (75% from 255) = 35.37%
R=29.07%
G=35.56%
B=35.37%

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
Decimal1571921910.1800.010.25178.2921.7468.43
Hex9DC0BF120119b21644
Octal23530027722013126226104
Binary10011101110000001011111110010011100110110010101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DC0BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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