#96C7C1

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

Shades of Shadow Green #96C7C1

Tints of Shadow Green #96C7C1

Color information

#96C7C1 (or 0x96C7C1) is unknown color: approx Shadow Green. HEX triplet: 96, C7 and C1. RGB value is (150,199,193). Sum of RGB (Red+Green+Blue) = 150+199+193=542 (71% of max value = 765). Red value is 150 (58.98% from 255 or 27.68% from 542); Green value is 199 (78.12% from 255 or 36.72% from 542); Blue value is 193 (75.78% from 255 or 35.61% from 542); Max value from RGB is 199 - color contains mainly: green. Hex color #96C7C1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96C7C1 is #69383E. Grayscale: #B7B7B7. Windows color (decimal): -6895679 or 12699542. OLE color: 12699542.

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

Color convert

RGB150199193-
CMYK0.2500.030.22
HSL172.65º30.43%68.43%-
HSV(B)172.65º24.62%78.04%-
XYZ42.6351.1858.08-
YUV183.66133.27103.99-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 27.68%
GREEN value IS 199 (78.12% from 255) = 36.72%
BLUE value IS 193 (75.78% from 255) = 35.61%
R=27.68%
G=36.72%
B=35.61%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1501991930.2500.030.22172.6530.4368.43
Hex96C7C1190316ad1e44
Octal22630730131032625536104
Binary100101101100011111000001110010111011010101101111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96C7C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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