#97C6BF

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

Shades of Shadow Green #97C6BF

Tints of Shadow Green #97C6BF

Color information

#97C6BF (or 0x97C6BF) is unknown color: approx Shadow Green. HEX triplet: 97, C6 and BF. RGB value is (151,198,191). Sum of RGB (Red+Green+Blue) = 151+198+191=540 (71% of max value = 765). Red value is 151 (59.38% from 255 or 27.96% from 540); Green value is 198 (77.73% from 255 or 36.67% from 540); Blue value is 191 (75% from 255 or 35.37% from 540); Max value from RGB is 198 - color contains mainly: green. Hex color #97C6BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97C6BF is #683940. Grayscale: #B7B7B7. Windows color (decimal): -6830401 or 12568215. OLE color: 12568215.

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

Color convert

RGB151198191-
CMYK0.2400.040.22
HSL171.06º29.19%68.43%-
HSV(B)171.06º23.74%77.65%-
XYZ42.3650.7356.85-
YUV183.15132.43105.07-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 27.96%
GREEN value IS 198 (77.73% from 255) = 36.67%
BLUE value IS 191 (75% from 255) = 35.37%
R=27.96%
G=36.67%
B=35.37%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1511981910.2400.040.22171.0629.1968.43
Hex97C6BF180416ab1d44
Octal22730627730042625335104
Binary1001011111000110101111111100001001011010101011111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97C6BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,198,191); }

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

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

 a { background-color: rgb(151,198,191); }

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

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

 span { border-color: rgb(151,198,191); }

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