#96C6BF

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

Shades of Shadow Green #96C6BF

Tints of Shadow Green #96C6BF

Color information

#96C6BF (or 0x96C6BF) is unknown color: approx Shadow Green. HEX triplet: 96, C6 and BF. RGB value is (150,198,191). Sum of RGB (Red+Green+Blue) = 150+198+191=539 (71% of max value = 765). Red value is 150 (58.98% from 255 or 27.83% from 539); Green value is 198 (77.73% from 255 or 36.73% from 539); Blue value is 191 (75% from 255 or 35.44% from 539); Max value from RGB is 198 - color contains mainly: green. Hex color #96C6BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96C6BF is #693940. Grayscale: #B6B6B6. Windows color (decimal): -6895937 or 12568214. OLE color: 12568214.

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

Color convert

RGB150198191-
CMYK0.2400.040.22
HSL171.25º29.63%68.24%-
HSV(B)171.25º24.24%77.65%-
XYZ42.1850.6356.84-
YUV182.85132.6104.57-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 27.83%
GREEN value IS 198 (77.73% from 255) = 36.73%
BLUE value IS 191 (75% from 255) = 35.44%
R=27.83%
G=36.73%
B=35.44%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1501981910.2400.040.22171.2529.6368.24
Hex96C6BF180416ab1e44
Octal22630627730042625336104
Binary1001011011000110101111111100001001011010101011111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96C6BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,198,191); }

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

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

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

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

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

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

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