#97BBAF

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

Shades of Shadow Green #97BBAF

Tints of Shadow Green #97BBAF

Color information

#97BBAF (or 0x97BBAF) is unknown color: approx Shadow Green. HEX triplet: 97, BB and AF. RGB value is (151,187,175). Sum of RGB (Red+Green+Blue) = 151+187+175=513 (67% of max value = 765). Red value is 151 (59.38% from 255 or 29.43% from 513); Green value is 187 (73.44% from 255 or 36.45% from 513); Blue value is 175 (68.75% from 255 or 34.11% from 513); Max value from RGB is 187 - color contains mainly: green. Hex color #97BBAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97BBAF is #684450. Grayscale: #AEAEAE. Windows color (decimal): -6833233 or 11516823. OLE color: 11516823.

HSL color Cylindrical-coordinate representation of color #97BBAF: hue angle of 160º degrees, saturation: 0.21, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #97BBAF is Cyan = 0.19, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB151187175-
CMYK0.1900.060.27
HSL160º20.93%66.27%-
HSV(B)160º19.25%73.33%-
XYZ38.2745.2247.27-
YUV174.87128.07110.98-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 29.43%
GREEN value IS 187 (73.44% from 255) = 36.45%
BLUE value IS 175 (68.75% from 255) = 34.11%
R=29.43%
G=36.45%
B=34.11%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1511871750.1900.060.2716020.9366.27
Hex97BBAF13061Ba01542
Octal22727325723063324025102
Binary1001011110111011101011111001101101101110100000101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97BBAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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