#96C1C1

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

Shades of Shadow Green #96C1C1

Tints of Shadow Green #96C1C1

Color information

#96C1C1 (or 0x96C1C1) is unknown color: approx Shadow Green. HEX triplet: 96, C1 and C1. RGB value is (150,193,193). Sum of RGB (Red+Green+Blue) = 150+193+193=536 (70% of max value = 765). Red value is 150 (58.98% from 255 or 27.99% from 536); Green value is 193 (75.78% from 255 or 36.01% from 536); Blue value is 193 (75.78% from 255 or 36.01% from 536); Max value from RGB is 193 - color contains mainly: green, blue. Hex color #96C1C1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96C1C1 is #693E3E. Grayscale: #B4B4B4. Windows color (decimal): -6897215 or 12698006. OLE color: 12698006.

HSL color Cylindrical-coordinate representation of color #96C1C1: hue angle of 180º 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 #96C1C1 is Cyan = 0.22, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB150193193-
CMYK0.22000.24
HSL180º25.75%67.25%-
HSV(B)180º22.28%75.69%-
XYZ41.2748.4757.63-
YUV180.14135.25106.5-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 27.99%
GREEN value IS 193 (75.78% from 255) = 36.01%
BLUE value IS 193 (75.78% from 255) = 36.01%
R=27.99%
G=36.01%
B=36.01%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1501931930.22000.2418025.7567.25
Hex96C1C1160018b41a43
Octal22630130126003026432103
Binary10010110110000011100000110110001100010110100110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96C1C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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