#96C8C3

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

Shades of Shadow Green #96C8C3

Tints of Shadow Green #96C8C3

Color information

#96C8C3 (or 0x96C8C3) is unknown color: approx Shadow Green. HEX triplet: 96, C8 and C3. RGB value is (150,200,195). Sum of RGB (Red+Green+Blue) = 150+200+195=545 (72% of max value = 765). Red value is 150 (58.98% from 255 or 27.52% from 545); Green value is 200 (78.52% from 255 or 36.70% from 545); Blue value is 195 (76.56% from 255 or 35.78% from 545); Max value from RGB is 200 - color contains mainly: green. Hex color #96C8C3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96C8C3 is #69373C. Grayscale: #B8B8B8. Windows color (decimal): -6895421 or 12830870. OLE color: 12830870.

HSL color Cylindrical-coordinate representation of color #96C8C3: hue angle of 174º degrees, saturation: 0.31, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #96C8C3 is Cyan = 0.25, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.22.

Color convert

RGB150200195-
CMYK0.2500.020.22
HSL174º31.25%68.63%-
HSV(B)174º25%78.43%-
XYZ43.0851.7359.34-
YUV184.48133.94103.41-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 27.52%
GREEN value IS 200 (78.52% from 255) = 36.70%
BLUE value IS 195 (76.56% from 255) = 35.78%
R=27.52%
G=36.70%
B=35.78%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1502001950.2500.020.2217431.2568.63
Hex96C8C3190216ae1f45
Octal22631030331022625637105
Binary100101101100100011000011110010101011010101110111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96C8C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,200,195); }

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

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

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

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

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

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

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