#97C1B9

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

Shades of Shadow Green #97C1B9

Tints of Shadow Green #97C1B9

Color information

#97C1B9 (or 0x97C1B9) is unknown color: approx Shadow Green. HEX triplet: 97, C1 and B9. RGB value is (151,193,185). Sum of RGB (Red+Green+Blue) = 151+193+185=529 (70% of max value = 765). Red value is 151 (59.38% from 255 or 28.54% from 529); Green value is 193 (75.78% from 255 or 36.48% from 529); Blue value is 185 (72.66% from 255 or 34.97% from 529); Max value from RGB is 193 - color contains mainly: green. Hex color #97C1B9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97C1B9 is #683E46. Grayscale: #B3B3B3. Windows color (decimal): -6831687 or 12173719. OLE color: 12173719.

HSL color Cylindrical-coordinate representation of color #97C1B9: hue angle of 168.57º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #97C1B9 is Cyan = 0.22, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.24.

Color convert

RGB151193185-
CMYK0.2200.040.24
HSL168.57º25.3%67.45%-
HSV(B)168.57º21.76%75.69%-
XYZ40.5948.2253.07-
YUV179.53131.09107.65-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 28.54%
GREEN value IS 193 (75.78% from 255) = 36.48%
BLUE value IS 185 (72.66% from 255) = 34.97%
R=28.54%
G=36.48%
B=34.97%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1511931850.2200.040.24168.5725.367.45
Hex97C1B9160418a91943
Octal22730127126043025131103
Binary1001011111000001101110011011001001100010101001110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97C1B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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