#9CCABC

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

Shades of Shadow Green #9CCABC

Tints of Shadow Green #9CCABC

Color information

#9CCABC (or 0x9CCABC) is unknown color: approx Shadow Green. HEX triplet: 9C, CA and BC. RGB value is (156,202,188). Sum of RGB (Red+Green+Blue) = 156+202+188=546 (72% of max value = 765). Red value is 156 (61.33% from 255 or 28.57% from 546); Green value is 202 (79.30% from 255 or 37.00% from 546); Blue value is 188 (73.83% from 255 or 34.43% from 546); Max value from RGB is 202 - color contains mainly: green. Hex color #9CCABC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CCABC is #633543. Grayscale: #BABABA. Windows color (decimal): -6501700 or 12372636. OLE color: 12372636.

HSL color Cylindrical-coordinate representation of color #9CCABC: hue angle of 161.74º degrees, saturation: 0.3, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9CCABC is Cyan = 0.23, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.

Color convert

RGB156202188-
CMYK0.2300.070.21
HSL161.74º30.26%70.2%-
HSV(B)161.74º22.77%79.22%-
XYZ43.9152.9455.48-
YUV186.65128.76106.14-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 28.57%
GREEN value IS 202 (79.30% from 255) = 37.00%
BLUE value IS 188 (73.83% from 255) = 34.43%
R=28.57%
G=37.00%
B=34.43%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1562021880.2300.070.21161.7430.2670.2
Hex9CCABC170715a21e46
Octal23431227427072524236106
Binary1001110011001010101111001011101111010110100010111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CCABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,202,188); }

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

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

 a { background-color: rgb(156,202,188); }

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

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

 span { border-color: rgb(156,202,188); }

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