#9DC2C0

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

Shades of Jungle Mist #9DC2C0

Tints of Jungle Mist #9DC2C0

Color information

#9DC2C0 (or 0x9DC2C0) is unknown color: approx Jungle Mist. HEX triplet: 9D, C2 and C0. RGB value is (157,194,192). Sum of RGB (Red+Green+Blue) = 157+194+192=543 (71% of max value = 765). Red value is 157 (61.72% from 255 or 28.91% from 543); Green value is 194 (76.17% from 255 or 35.73% from 543); Blue value is 192 (75.39% from 255 or 35.36% from 543); Max value from RGB is 194 - color contains mainly: green. Hex color #9DC2C0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DC2C0 is #623D3F. Grayscale: #B6B6B6. Windows color (decimal): -6438208 or 12632733. OLE color: 12632733.

HSL color Cylindrical-coordinate representation of color #9DC2C0: hue angle of 176.76º degrees, saturation: 0.23, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9DC2C0 is Cyan = 0.19, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.24.

Color convert

RGB157194192-
CMYK0.1900.010.24
HSL176.76º23.27%68.82%-
HSV(B)176.76º19.07%76.08%-
XYZ42.7149.5657.18-
YUV182.71133.24109.66-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 28.91%
GREEN value IS 194 (76.17% from 255) = 35.73%
BLUE value IS 192 (75.39% from 255) = 35.36%
R=28.91%
G=35.73%
B=35.36%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1571941920.1900.010.24176.7623.2768.82
Hex9DC2C0130118b11745
Octal23530230023013026127105
Binary10011101110000101100000010011011100010110001101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DC2C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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