#96c5bf

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

Shades of Shadow Green #96C5BF

Tints of Shadow Green #96C5BF

Color information

#96C5BF (or 0x96C5BF) is unknown color: approx Shadow Green. HEX triplet: 96, C5 and BF. RGB value is (150,197,191). Sum of RGB (Red+Green+Blue) = 150+197+191=538 (71% of max value = 765). Red value is 150 (58.98% from 255 or 27.88% from 538); Green value is 197 (77.34% from 255 or 36.62% from 538); Blue value is 191 (75% from 255 or 35.50% from 538); Max value from RGB is 197 - color contains mainly: green. Hex color #96C5BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96C5BF is #693A40. Grayscale: #B6B6B6. Windows color (decimal): -6896193 or 12567958. OLE color: 12567958.

HSL color Cylindrical-coordinate representation of color #96C5BF: hue angle of 172.34º degrees, saturation: 0.29, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #96C5BF is Cyan = 0.24, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.23.

Color convert

RGB150197191-
CMYK0.2400.030.23
HSL172.34º28.83%68.04%-
HSV(B)172.34º23.86%77.25%-
XYZ41.9550.1856.76-
YUV182.26132.93104.99-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 27.88%
GREEN value IS 197 (77.34% from 255) = 36.62%
BLUE value IS 191 (75% from 255) = 35.50%
R=27.88%
G=36.62%
B=35.50%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1501971910.2400.030.23172.3428.8368.04
Hex96C5BF180317ac1d44
Octal22630527730032725435104
Binary100101101100010110111111110000111011110101100111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96c5bf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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