#97C0B1

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

Shades of Shadow Green #97C0B1

Tints of Shadow Green #97C0B1

Color information

#97C0B1 (or 0x97C0B1) is unknown color: approx Shadow Green. HEX triplet: 97, C0 and B1. RGB value is (151,192,177). Sum of RGB (Red+Green+Blue) = 151+192+177=520 (68% of max value = 765). Red value is 151 (59.38% from 255 or 29.04% from 520); Green value is 192 (75.39% from 255 or 36.92% from 520); Blue value is 177 (69.53% from 255 or 34.04% from 520); Max value from RGB is 192 - color contains mainly: green. Hex color #97C0B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97C0B1 is #683F4E. Grayscale: #B2B2B2. Windows color (decimal): -6831951 or 11649175. OLE color: 11649175.

HSL color Cylindrical-coordinate representation of color #97C0B1: hue angle of 158.05º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #97C0B1 is Cyan = 0.21, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.25.

Color convert

RGB151192177-
CMYK0.2100.080.25
HSL158.05º24.55%67.25%-
HSV(B)158.05º21.35%75.29%-
XYZ39.5547.4548.67-
YUV178.03127.42108.72-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 29.04%
GREEN value IS 192 (75.39% from 255) = 36.92%
BLUE value IS 177 (69.53% from 255) = 34.04%
R=29.04%
G=36.92%
B=34.04%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1511921770.2100.080.25158.0524.5567.25
Hex97C0B11508199e1943
Octal227300261250103123631103
Binary10010111110000001011000110101010001100110011110110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97C0B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,192,177); }

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

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

 a { background-color: rgb(151,192,177); }

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

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

 span { border-color: rgb(151,192,177); }

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