#97C6AA

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

Shades of Vista Blue #97C6AA

Tints of Vista Blue #97C6AA

Color information

#97C6AA (or 0x97C6AA) is unknown color: approx Vista Blue. HEX triplet: 97, C6 and AA. RGB value is (151,198,170). Sum of RGB (Red+Green+Blue) = 151+198+170=519 (68% of max value = 765). Red value is 151 (59.38% from 255 or 29.09% from 519); Green value is 198 (77.73% from 255 or 38.15% from 519); Blue value is 170 (66.80% from 255 or 32.76% from 519); Max value from RGB is 198 - color contains mainly: green. Hex color #97C6AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97C6AA is #683955. Grayscale: #B4B4B4. Windows color (decimal): -6830422 or 11191959. OLE color: 11191959.

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

Color convert

RGB151198170-
CMYK0.2400.140.22
HSL144.26º29.19%68.43%-
HSV(B)144.26º23.74%77.65%-
XYZ40.2149.8745.54-
YUV180.76121.93106.78-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 29.09%
GREEN value IS 198 (77.73% from 255) = 38.15%
BLUE value IS 170 (66.80% from 255) = 32.76%
R=29.09%
G=38.15%
B=32.76%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1511981700.2400.140.22144.2629.1968.43
Hex97C6AA180E16901d44
Octal227306252300162622035104
Binary10010111110001101010101011000011101011010010000111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97C6AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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