#96B8AE

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

Shades of Shadow Green #96B8AE

Tints of Shadow Green #96B8AE

Color information

#96B8AE (or 0x96B8AE) is unknown color: approx Shadow Green. HEX triplet: 96, B8 and AE. RGB value is (150,184,174). Sum of RGB (Red+Green+Blue) = 150+184+174=508 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.53% from 508); Green value is 184 (72.27% from 255 or 36.22% from 508); Blue value is 174 (68.36% from 255 or 34.25% from 508); Max value from RGB is 184 - color contains mainly: green. Hex color #96B8AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96B8AE is #694751. Grayscale: #ACACAC. Windows color (decimal): -6899538 or 11450518. OLE color: 11450518.

HSL color Cylindrical-coordinate representation of color #96B8AE: hue angle of 162.35º degrees, saturation: 0.19, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #96B8AE is Cyan = 0.18, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.28.

Color convert

RGB150184174-
CMYK0.1800.050.28
HSL162.35º19.32%65.49%-
HSV(B)162.35º18.48%72.16%-
XYZ37.3643.8246.53-
YUV172.69128.74111.81-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 29.53%
GREEN value IS 184 (72.27% from 255) = 36.22%
BLUE value IS 174 (68.36% from 255) = 34.25%
R=29.53%
G=36.22%
B=34.25%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1501841740.1800.050.28162.3519.3265.49
Hex96B8AE12051Ca21341
Octal22627025622053424223101
Binary1001011010111000101011101001001011110010100010100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96B8AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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