#96C4AD

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

Shades of Vista Blue #96C4AD

Tints of Vista Blue #96C4AD

Color information

#96C4AD (or 0x96C4AD) is unknown color: approx Vista Blue. HEX triplet: 96, C4 and AD. RGB value is (150,196,173). Sum of RGB (Red+Green+Blue) = 150+196+173=519 (68% of max value = 765). Red value is 150 (58.98% from 255 or 28.90% from 519); Green value is 196 (76.95% from 255 or 37.76% from 519); Blue value is 173 (67.97% from 255 or 33.33% from 519); Max value from RGB is 196 - color contains mainly: green. Hex color #96C4AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96C4AD is #693B52. Grayscale: #B3B3B3. Windows color (decimal): -6896467 or 11388054. OLE color: 11388054.

HSL color Cylindrical-coordinate representation of color #96C4AD: hue angle of 150º 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 #96C4AD is Cyan = 0.23, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.23.

Color convert

RGB150196173-
CMYK0.2300.120.23
HSL150º28.05%67.84%-
HSV(B)150º23.47%76.86%-
XYZ39.8648.9846.89-
YUV179.62124.26106.87-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 28.90%
GREEN value IS 196 (76.95% from 255) = 37.76%
BLUE value IS 173 (67.97% from 255) = 33.33%
R=28.90%
G=37.76%
B=33.33%

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
Decimal1501961730.2300.120.2315028.0567.84
Hex96C4AD170C17961c44
Octal226304255270142722634104
Binary10010110110001001010110110111011001011110010110111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96C4AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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