#97C6AC

Color #97C6AC Vista Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vista Blue #97C6AC

Tints of Vista Blue #97C6AC

Color information

#97C6AC (or 0x97C6AC) is unknown color: approx Vista Blue. HEX triplet: 97, C6 and AC. RGB value is (151,198,172). Sum of RGB (Red+Green+Blue) = 151+198+172=521 (69% of max value = 765). Red value is 151 (59.38% from 255 or 28.98% from 521); Green value is 198 (77.73% from 255 or 38.00% from 521); Blue value is 172 (67.58% from 255 or 33.01% from 521); Max value from RGB is 198 - color contains mainly: green. Hex color #97C6AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97C6AC is #683953. Grayscale: #B5B5B5. Windows color (decimal): -6830420 or 11323031. OLE color: 11323031.

HSL color Cylindrical-coordinate representation of color #97C6AC: hue angle of 146.81º 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 #97C6AC is Cyan = 0.24, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.22.

Color convert

RGB151198172-
CMYK0.2400.130.22
HSL146.81º29.19%68.43%-
HSV(B)146.81º23.74%77.65%-
XYZ40.449.9546.54-
YUV180.98122.93106.61-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 28.98%
GREEN value IS 198 (77.73% from 255) = 38.00%
BLUE value IS 172 (67.58% from 255) = 33.01%
R=28.98%
G=38.00%
B=33.01%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1511981720.2400.130.22146.8129.1968.43
Hex97C6AC180D16931d44
Octal227306254300152622335104
Binary10010111110001101010110011000011011011010010011111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97C6AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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