#96C1C0

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

Shades of Shadow Green #96C1C0

Tints of Shadow Green #96C1C0

Color information

#96C1C0 (or 0x96C1C0) is unknown color: approx Shadow Green. HEX triplet: 96, C1 and C0. RGB value is (150,193,192). Sum of RGB (Red+Green+Blue) = 150+193+192=535 (70% of max value = 765). Red value is 150 (58.98% from 255 or 28.04% from 535); Green value is 193 (75.78% from 255 or 36.07% from 535); Blue value is 192 (75.39% from 255 or 35.89% from 535); Max value from RGB is 193 - color contains mainly: green. Hex color #96C1C0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96C1C0 is #693E3F. Grayscale: #B3B3B3. Windows color (decimal): -6897216 or 12632470. OLE color: 12632470.

HSL color Cylindrical-coordinate representation of color #96C1C0: hue angle of 178.6º degrees, saturation: 0.26, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #96C1C0 is Cyan = 0.22, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.24.

Color convert

RGB150193192-
CMYK0.2200.010.24
HSL178.6º25.75%67.25%-
HSV(B)178.6º22.28%75.69%-
XYZ41.1648.4357.05-
YUV180.03134.75106.58-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 28.04%
GREEN value IS 193 (75.78% from 255) = 36.07%
BLUE value IS 192 (75.39% from 255) = 35.89%
R=28.04%
G=36.07%
B=35.89%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1501931920.2200.010.24178.625.7567.25
Hex96C1C0160118b31a43
Octal22630130026013026332103
Binary10010110110000011100000010110011100010110011110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96C1C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96C1C0; }

 p { color: rgb(150,193,192); }

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

<style>
 a { background-color: #96C1C0; }

 a { background-color: rgb(150,193,192); }

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

<style>
 span { border-color: #96C1C0; }

 span { border-color: rgb(150,193,192); }

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