#97C3BB

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

Shades of Shadow Green #97C3BB

Tints of Shadow Green #97C3BB

Color information

#97C3BB (or 0x97C3BB) is unknown color: approx Shadow Green. HEX triplet: 97, C3 and BB. RGB value is (151,195,187). Sum of RGB (Red+Green+Blue) = 151+195+187=533 (70% of max value = 765). Red value is 151 (59.38% from 255 or 28.33% from 533); Green value is 195 (76.56% from 255 or 36.59% from 533); Blue value is 187 (73.44% from 255 or 35.08% from 533); Max value from RGB is 195 - color contains mainly: green. Hex color #97C3BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97C3BB is #683C44. Grayscale: #B4B4B4. Windows color (decimal): -6831173 or 12305303. OLE color: 12305303.

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

Color convert

RGB151195187-
CMYK0.2300.040.24
HSL169.09º26.83%67.84%-
HSV(B)169.09º22.56%76.47%-
XYZ41.2549.254.34-
YUV180.93131.42106.65-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 28.33%
GREEN value IS 195 (76.56% from 255) = 36.59%
BLUE value IS 187 (73.44% from 255) = 35.08%
R=28.33%
G=36.59%
B=35.08%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1511951870.2300.040.24169.0926.8367.84
Hex97C3BB170418a91b44
Octal22730327327043025133104
Binary1001011111000011101110111011101001100010101001110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97C3BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,195,187); }

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

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

 a { background-color: rgb(151,195,187); }

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

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

 span { border-color: rgb(151,195,187); }

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