#9CC6C3

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

Shades of Jungle Mist #9CC6C3

Tints of Jungle Mist #9CC6C3

Color information

#9CC6C3 (or 0x9CC6C3) is unknown color: approx Jungle Mist. HEX triplet: 9C, C6 and C3. RGB value is (156,198,195). Sum of RGB (Red+Green+Blue) = 156+198+195=549 (72% of max value = 765). Red value is 156 (61.33% from 255 or 28.42% from 549); Green value is 198 (77.73% from 255 or 36.07% from 549); Blue value is 195 (76.56% from 255 or 35.52% from 549); Max value from RGB is 198 - color contains mainly: green. Hex color #9CC6C3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CC6C3 is #63393C. Grayscale: #B9B9B9. Windows color (decimal): -6502717 or 12830364. OLE color: 12830364.

HSL color Cylindrical-coordinate representation of color #9CC6C3: hue angle of 175.71º degrees, saturation: 0.27, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9CC6C3 is Cyan = 0.21, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.22.

Color convert

RGB156198195-
CMYK0.2100.020.22
HSL175.71º26.92%69.41%-
HSV(B)175.71º21.21%77.65%-
XYZ43.7551.459.24-
YUV185.1133.59107.24-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 28.42%
GREEN value IS 198 (77.73% from 255) = 36.07%
BLUE value IS 195 (76.56% from 255) = 35.52%
R=28.42%
G=36.07%
B=35.52%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1561981950.2100.020.22175.7126.9269.41
Hex9CC6C3150216b01b45
Octal23430630325022626033105
Binary100111001100011011000011101010101011010110000110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CC6C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,198,195); }

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

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

 a { background-color: rgb(156,198,195); }

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

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

 span { border-color: rgb(156,198,195); }

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