#9CC7BB

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

Shades of Shadow Green #9CC7BB

Tints of Shadow Green #9CC7BB

Color information

#9CC7BB (or 0x9CC7BB) is unknown color: approx Shadow Green. HEX triplet: 9C, C7 and BB. RGB value is (156,199,187). Sum of RGB (Red+Green+Blue) = 156+199+187=542 (71% of max value = 765). Red value is 156 (61.33% from 255 or 28.78% from 542); Green value is 199 (78.12% from 255 or 36.72% from 542); Blue value is 187 (73.44% from 255 or 34.50% from 542); Max value from RGB is 199 - color contains mainly: green. Hex color #9CC7BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CC7BB is #633844. Grayscale: #B8B8B8. Windows color (decimal): -6502469 or 12306332. OLE color: 12306332.

HSL color Cylindrical-coordinate representation of color #9CC7BB: hue angle of 163.26º degrees, saturation: 0.28, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9CC7BB is Cyan = 0.22, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.22.

Color convert

RGB156199187-
CMYK0.2200.060.22
HSL163.26º27.74%69.61%-
HSV(B)163.26º21.61%78.04%-
XYZ43.151.554.68-
YUV184.78129.25107.48-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 28.78%
GREEN value IS 199 (78.12% from 255) = 36.72%
BLUE value IS 187 (73.44% from 255) = 34.50%
R=28.78%
G=36.72%
B=34.50%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1561991870.2200.060.22163.2627.7469.61
Hex9CC7BB160616a31c46
Octal23430727326062624334106
Binary1001110011000111101110111011001101011010100011111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CC7BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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