#96C5BE

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

Shades of Shadow Green #96C5BE

Tints of Shadow Green #96C5BE

Color information

#96C5BE (or 0x96C5BE) is unknown color: approx Shadow Green. HEX triplet: 96, C5 and BE. RGB value is (150,197,190). Sum of RGB (Red+Green+Blue) = 150+197+190=537 (71% of max value = 765). Red value is 150 (58.98% from 255 or 27.93% from 537); Green value is 197 (77.34% from 255 or 36.69% from 537); Blue value is 190 (74.61% from 255 or 35.38% from 537); Max value from RGB is 197 - color contains mainly: green. Hex color #96C5BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96C5BE is #693A41. Grayscale: #B6B6B6. Windows color (decimal): -6896194 or 12502422. OLE color: 12502422.

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

Color convert

RGB150197190-
CMYK0.2400.040.23
HSL171.06º28.83%68.04%-
HSV(B)171.06º23.86%77.25%-
XYZ41.8450.1356.19-
YUV182.15132.43105.07-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 27.93%
GREEN value IS 197 (77.34% from 255) = 36.69%
BLUE value IS 190 (74.61% from 255) = 35.38%
R=27.93%
G=36.69%
B=35.38%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1501971900.2400.040.23171.0628.8368.04
Hex96C5BE180417ab1d44
Octal22630527630042725335104
Binary1001011011000101101111101100001001011110101011111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96C5BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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