#97C5BE

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

Shades of Shadow Green #97C5BE

Tints of Shadow Green #97C5BE

Color information

#97C5BE (or 0x97C5BE) is unknown color: approx Shadow Green. HEX triplet: 97, C5 and BE. RGB value is (151,197,190). Sum of RGB (Red+Green+Blue) = 151+197+190=538 (71% of max value = 765). Red value is 151 (59.38% from 255 or 28.07% from 538); Green value is 197 (77.34% from 255 or 36.62% from 538); Blue value is 190 (74.61% from 255 or 35.32% from 538); Max value from RGB is 197 - color contains mainly: green. Hex color #97C5BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97C5BE is #683A41. Grayscale: #B6B6B6. Windows color (decimal): -6830658 or 12502423. OLE color: 12502423.

HSL color Cylindrical-coordinate representation of color #97C5BE: 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 #97C5BE is Cyan = 0.23, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.23.

Color convert

RGB151197190-
CMYK0.2300.040.23
HSL170.87º28.4%68.24%-
HSV(B)170.87º23.35%77.25%-
XYZ42.0250.2356.2-
YUV182.45132.26105.57-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 28.07%
GREEN value IS 197 (77.34% from 255) = 36.62%
BLUE value IS 190 (74.61% from 255) = 35.32%
R=28.07%
G=36.62%
B=35.32%

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
Decimal1511971900.2300.040.23170.8728.468.24
Hex97C5BE170417ab1c44
Octal22730527627042725334104
Binary1001011111000101101111101011101001011110101011111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97C5BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,197,190); }

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

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

 a { background-color: rgb(151,197,190); }

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

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

 span { border-color: rgb(151,197,190); }

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