#96BBAE

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

Shades of Shadow Green #96BBAE

Tints of Shadow Green #96BBAE

Color information

#96BBAE (or 0x96BBAE) is unknown color: approx Shadow Green. HEX triplet: 96, BB and AE. RGB value is (150,187,174). Sum of RGB (Red+Green+Blue) = 150+187+174=511 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.35% from 511); Green value is 187 (73.44% from 255 or 36.59% from 511); Blue value is 174 (68.36% from 255 or 34.05% from 511); Max value from RGB is 187 - color contains mainly: green. Hex color #96BBAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96BBAE is #694451. Grayscale: #AEAEAE. Windows color (decimal): -6898770 or 11451286. OLE color: 11451286.

HSL color Cylindrical-coordinate representation of color #96BBAE: hue angle of 158.92º degrees, saturation: 0.21, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #96BBAE is Cyan = 0.20, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.27.

Color convert

RGB150187174-
CMYK0.2000.070.27
HSL158.92º21.39%66.08%-
HSV(B)158.92º19.79%73.33%-
XYZ37.9945.0846.74-
YUV174.46127.74110.56-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 29.35%
GREEN value IS 187 (73.44% from 255) = 36.59%
BLUE value IS 174 (68.36% from 255) = 34.05%
R=29.35%
G=36.59%
B=34.05%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1501871740.2000.070.27158.9221.3966.08
Hex96BBAE14071B9f1542
Octal22627325624073323725102
Binary1001011010111011101011101010001111101110011111101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96BBAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,187,174); }

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

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

 a { background-color: rgb(150,187,174); }

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

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

 span { border-color: rgb(150,187,174); }

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