#9CC2BA

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

Shades of Shadow Green #9CC2BA

Tints of Shadow Green #9CC2BA

Color information

#9CC2BA (or 0x9CC2BA) is unknown color: approx Shadow Green. HEX triplet: 9C, C2 and BA. RGB value is (156,194,186). Sum of RGB (Red+Green+Blue) = 156+194+186=536 (70% of max value = 765). Red value is 156 (61.33% from 255 or 29.10% from 536); Green value is 194 (76.17% from 255 or 36.19% from 536); Blue value is 186 (73.05% from 255 or 34.70% from 536); Max value from RGB is 194 - color contains mainly: green. Hex color #9CC2BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CC2BA is #633D45. Grayscale: #B5B5B5. Windows color (decimal): -6503750 or 12239516. OLE color: 12239516.

HSL color Cylindrical-coordinate representation of color #9CC2BA: hue angle of 167.37º degrees, saturation: 0.24, 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 #9CC2BA is Cyan = 0.20, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.24.

Color convert

RGB156194186-
CMYK0.2000.040.24
HSL167.37º23.75%68.63%-
HSV(B)167.37º19.59%76.08%-
XYZ41.8749.253.74-
YUV181.73130.41109.65-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 29.10%
GREEN value IS 194 (76.17% from 255) = 36.19%
BLUE value IS 186 (73.05% from 255) = 34.70%
R=29.10%
G=36.19%
B=34.70%

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
Decimal1561941860.2000.040.24167.3723.7568.63
Hex9CC2BA140418a71845
Octal23430227224043024730105
Binary1001110011000010101110101010001001100010100111110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CC2BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,194,186); }

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

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

 a { background-color: rgb(156,194,186); }

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

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

 span { border-color: rgb(156,194,186); }

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