#97BFBE

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

Shades of Shadow Green #97BFBE

Tints of Shadow Green #97BFBE

Color information

#97BFBE (or 0x97BFBE) is unknown color: approx Shadow Green. HEX triplet: 97, BF and BE. RGB value is (151,191,190). Sum of RGB (Red+Green+Blue) = 151+191+190=532 (70% of max value = 765). Red value is 151 (59.38% from 255 or 28.38% from 532); Green value is 191 (75% from 255 or 35.90% from 532); Blue value is 190 (74.61% from 255 or 35.71% from 532); Max value from RGB is 191 - color contains mainly: green. Hex color #97BFBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97BFBE is #684041. Grayscale: #B2B2B2. Windows color (decimal): -6832194 or 12500887. OLE color: 12500887.

HSL color Cylindrical-coordinate representation of color #97BFBE: hue angle of 178.5º degrees, saturation: 0.24, 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 #97BFBE is Cyan = 0.21, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB151191190-
CMYK0.2100.010.25
HSL178.5º23.81%67.06%-
HSV(B)178.5º20.94%74.9%-
XYZ40.6947.5655.75-
YUV178.93134.25108.08-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 28.38%
GREEN value IS 191 (75% from 255) = 35.90%
BLUE value IS 190 (74.61% from 255) = 35.71%
R=28.38%
G=35.90%
B=35.71%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1511911900.2100.010.25178.523.8167.06
Hex97BFBE150119b21843
Octal22727727625013126230103
Binary10010111101111111011111010101011100110110010110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97BFBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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