#97BCBA

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

Shades of Shadow Green #97BCBA

Tints of Shadow Green #97BCBA

Color information

#97BCBA (or 0x97BCBA) is unknown color: approx Shadow Green. HEX triplet: 97, BC and BA. RGB value is (151,188,186). Sum of RGB (Red+Green+Blue) = 151+188+186=525 (69% of max value = 765). Red value is 151 (59.38% from 255 or 28.76% from 525); Green value is 188 (73.83% from 255 or 35.81% from 525); Blue value is 186 (73.05% from 255 or 35.43% from 525); Max value from RGB is 188 - color contains mainly: green. Hex color #97BCBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97BCBA is #684345. Grayscale: #B0B0B0. Windows color (decimal): -6832966 or 12237975. OLE color: 12237975.

HSL color Cylindrical-coordinate representation of color #97BCBA: hue angle of 176.76º degrees, saturation: 0.22, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #97BCBA is Cyan = 0.20, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.

Color convert

RGB151188186-
CMYK0.2000.010.26
HSL176.76º21.64%66.47%-
HSV(B)176.76º19.68%73.73%-
XYZ39.6146.0953.26-
YUV176.71133.24109.66-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 28.76%
GREEN value IS 188 (73.83% from 255) = 35.81%
BLUE value IS 186 (73.05% from 255) = 35.43%
R=28.76%
G=35.81%
B=35.43%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1511881860.2000.010.26176.7621.6466.47
Hex97BCBA14011Ab11642
Octal22727427224013226126102
Binary10010111101111001011101010100011101010110001101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97BCBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,188,186); }

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

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

 a { background-color: rgb(151,188,186); }

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

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

 span { border-color: rgb(151,188,186); }

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