#97BFB7

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

Shades of Shadow Green #97BFB7

Tints of Shadow Green #97BFB7

Color information

#97BFB7 (or 0x97BFB7) is unknown color: approx Shadow Green. HEX triplet: 97, BF and B7. RGB value is (151,191,183). Sum of RGB (Red+Green+Blue) = 151+191+183=525 (69% of max value = 765). Red value is 151 (59.38% from 255 or 28.76% from 525); Green value is 191 (75% from 255 or 36.38% from 525); Blue value is 183 (71.88% from 255 or 34.86% from 525); Max value from RGB is 191 - color contains mainly: green. Hex color #97BFB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97BFB7 is #684048. Grayscale: #B2B2B2. Windows color (decimal): -6832201 or 12042135. OLE color: 12042135.

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

Color convert

RGB151191183-
CMYK0.2100.040.25
HSL168º23.81%67.06%-
HSV(B)168º20.94%74.9%-
XYZ39.9447.2651.82-
YUV178.13130.75108.65-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 28.76%
GREEN value IS 191 (75% from 255) = 36.38%
BLUE value IS 183 (71.88% from 255) = 34.86%
R=28.76%
G=36.38%
B=34.86%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1511911830.2100.040.2516823.8167.06
Hex97BFB7150419a81843
Octal22727726725043125030103
Binary1001011110111111101101111010101001100110101000110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97BFB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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