#97B9AE

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

Shades of Shadow Green #97B9AE

Tints of Shadow Green #97B9AE

Color information

#97B9AE (or 0x97B9AE) is unknown color: approx Shadow Green. HEX triplet: 97, B9 and AE. RGB value is (151,185,174). Sum of RGB (Red+Green+Blue) = 151+185+174=510 (67% of max value = 765). Red value is 151 (59.38% from 255 or 29.61% from 510); Green value is 185 (72.66% from 255 or 36.27% from 510); Blue value is 174 (68.36% from 255 or 34.12% from 510); Max value from RGB is 185 - color contains mainly: green. Hex color #97B9AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97B9AE is #684651. Grayscale: #ADADAD. Windows color (decimal): -6833746 or 11450775. OLE color: 11450775.

HSL color Cylindrical-coordinate representation of color #97B9AE: hue angle of 160.59º degrees, saturation: 0.2, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #97B9AE is Cyan = 0.18, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB151185174-
CMYK0.1800.060.27
HSL160.59º19.54%65.88%-
HSV(B)160.59º18.38%72.55%-
XYZ37.7544.3346.61-
YUV173.58128.24111.89-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 29.61%
GREEN value IS 185 (72.66% from 255) = 36.27%
BLUE value IS 174 (68.36% from 255) = 34.12%
R=29.61%
G=36.27%
B=34.12%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1511851740.1800.060.27160.5919.5465.88
Hex97B9AE12061Ba11442
Octal22727125622063324124102
Binary1001011110111001101011101001001101101110100001101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97B9AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97B9AE; }

 p { color: rgb(151,185,174); }

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

<style>
 a { background-color: #97B9AE; }

 a { background-color: rgb(151,185,174); }

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

<style>
 span { border-color: #97B9AE; }

 span { border-color: rgb(151,185,174); }

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