#97C4AD

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

Shades of Vista Blue #97C4AD

Tints of Vista Blue #97C4AD

Color information

#97C4AD (or 0x97C4AD) is unknown color: approx Vista Blue. HEX triplet: 97, C4 and AD. RGB value is (151,196,173). Sum of RGB (Red+Green+Blue) = 151+196+173=520 (68% of max value = 765). Red value is 151 (59.38% from 255 or 29.04% from 520); Green value is 196 (76.95% from 255 or 37.69% from 520); Blue value is 173 (67.97% from 255 or 33.27% from 520); Max value from RGB is 196 - color contains mainly: green. Hex color #97C4AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97C4AD is #683B52. Grayscale: #B3B3B3. Windows color (decimal): -6830931 or 11388055. OLE color: 11388055.

HSL color Cylindrical-coordinate representation of color #97C4AD: hue angle of 149.33º degrees, saturation: 0.28, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #97C4AD is Cyan = 0.23, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.23.

Color convert

RGB151196173-
CMYK0.2300.120.23
HSL149.33º27.61%68.04%-
HSV(B)149.33º22.96%76.86%-
XYZ40.0549.0846.9-
YUV179.92124.09107.37-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 29.04%
GREEN value IS 196 (76.95% from 255) = 37.69%
BLUE value IS 173 (67.97% from 255) = 33.27%
R=29.04%
G=37.69%
B=33.27%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1511961730.2300.120.23149.3327.6168.04
Hex97C4AD170C17951c44
Octal227304255270142722534104
Binary10010111110001001010110110111011001011110010101111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97C4AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,196,173); }

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

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

 a { background-color: rgb(151,196,173); }

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

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

 span { border-color: rgb(151,196,173); }

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