#96C1BE

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

Shades of Shadow Green #96C1BE

Tints of Shadow Green #96C1BE

Color information

#96C1BE (or 0x96C1BE) is unknown color: approx Shadow Green. HEX triplet: 96, C1 and BE. RGB value is (150,193,190). Sum of RGB (Red+Green+Blue) = 150+193+190=533 (70% of max value = 765). Red value is 150 (58.98% from 255 or 28.14% from 533); Green value is 193 (75.78% from 255 or 36.21% from 533); Blue value is 190 (74.61% from 255 or 35.65% from 533); Max value from RGB is 193 - color contains mainly: green. Hex color #96C1BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96C1BE is #693E41. Grayscale: #B3B3B3. Windows color (decimal): -6897218 or 12501398. OLE color: 12501398.

HSL color Cylindrical-coordinate representation of color #96C1BE: hue angle of 175.81º degrees, saturation: 0.26, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #96C1BE is Cyan = 0.22, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.24.

Color convert

RGB150193190-
CMYK0.2200.020.24
HSL175.81º25.75%67.25%-
HSV(B)175.81º22.28%75.69%-
XYZ40.9448.3455.89-
YUV179.8133.75106.74-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 28.14%
GREEN value IS 193 (75.78% from 255) = 36.21%
BLUE value IS 190 (74.61% from 255) = 35.65%
R=28.14%
G=36.21%
B=35.65%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1501931900.2200.020.24175.8125.7567.25
Hex96C1BE160218b01a43
Octal22630127626023026032103
Binary100101101100000110111110101100101100010110000110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96C1BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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