#96C4BD

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

Shades of Shadow Green #96C4BD

Tints of Shadow Green #96C4BD

Color information

#96C4BD (or 0x96C4BD) is unknown color: approx Shadow Green. HEX triplet: 96, C4 and BD. RGB value is (150,196,189). Sum of RGB (Red+Green+Blue) = 150+196+189=535 (70% of max value = 765). Red value is 150 (58.98% from 255 or 28.04% from 535); Green value is 196 (76.95% from 255 or 36.64% from 535); Blue value is 189 (74.22% from 255 or 35.33% from 535); Max value from RGB is 196 - color contains mainly: green. Hex color #96C4BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96C4BD is #693B42. Grayscale: #B5B5B5. Windows color (decimal): -6896451 or 12436630. OLE color: 12436630.

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

Color convert

RGB150196189-
CMYK0.2300.040.23
HSL170.87º28.05%67.84%-
HSV(B)170.87º23.47%76.86%-
XYZ41.549.6455.54-
YUV181.45132.26105.57-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 28.04%
GREEN value IS 196 (76.95% from 255) = 36.64%
BLUE value IS 189 (74.22% from 255) = 35.33%
R=28.04%
G=36.64%
B=35.33%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1501961890.2300.040.23170.8728.0567.84
Hex96C4BD170417ab1c44
Octal22630427527042725334104
Binary1001011011000100101111011011101001011110101011111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96C4BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,196,189); }

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

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

 a { background-color: rgb(150,196,189); }

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

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

 span { border-color: rgb(150,196,189); }

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