#9CC3BB

Color #9CC3BB Shadow Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shadow Green #9CC3BB

Tints of Shadow Green #9CC3BB

Color information

#9CC3BB (or 0x9CC3BB) is unknown color: approx Shadow Green. HEX triplet: 9C, C3 and BB. RGB value is (156,195,187). Sum of RGB (Red+Green+Blue) = 156+195+187=538 (71% of max value = 765). Red value is 156 (61.33% from 255 or 29.00% from 538); Green value is 195 (76.56% from 255 or 36.25% from 538); Blue value is 187 (73.44% from 255 or 34.76% from 538); Max value from RGB is 195 - color contains mainly: green. Hex color #9CC3BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CC3BB is #633C44. Grayscale: #B6B6B6. Windows color (decimal): -6503493 or 12305308. OLE color: 12305308.

HSL color Cylindrical-coordinate representation of color #9CC3BB: hue angle of 167.69º degrees, saturation: 0.25, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9CC3BB is Cyan = 0.20, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.24.

Color convert

RGB156195187-
CMYK0.2000.040.24
HSL167.69º24.53%68.82%-
HSV(B)167.69º20%76.47%-
XYZ42.249.6954.38-
YUV182.43130.58109.15-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 29.00%
GREEN value IS 195 (76.56% from 255) = 36.25%
BLUE value IS 187 (73.44% from 255) = 34.76%
R=29.00%
G=36.25%
B=34.76%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1561951870.2000.040.24167.6924.5368.82
Hex9CC3BB140418a81945
Octal23430327324043025031105
Binary1001110011000011101110111010001001100010101000110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CC3BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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