#96D7AC

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

Shades of Vista Blue #96D7AC

Tints of Vista Blue #96D7AC

Color information

#96D7AC (or 0x96D7AC) is unknown color: approx Vista Blue. HEX triplet: 96, D7 and AC. RGB value is (150,215,172). Sum of RGB (Red+Green+Blue) = 150+215+172=537 (71% of max value = 765). Red value is 150 (58.98% from 255 or 27.93% from 537); Green value is 215 (84.38% from 255 or 40.04% from 537); Blue value is 172 (67.58% from 255 or 32.03% from 537); Max value from RGB is 215 - color contains mainly: green. Hex color #96D7AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96D7AC is #692853. Grayscale: #BEBEBE. Windows color (decimal): -6891604 or 11327382. OLE color: 11327382.

HSL color Cylindrical-coordinate representation of color #96D7AC: hue angle of 140.31º degrees, saturation: 0.45, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #96D7AC is Cyan = 0.30, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.16.

Color convert

RGB150215172-
CMYK0.3000.20.16
HSL140.31º44.83%71.57%-
HSV(B)140.31º30.23%84.31%-
XYZ44.3258.0647.9-
YUV190.66117.4799-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 27.93%
GREEN value IS 215 (84.38% from 255) = 40.04%
BLUE value IS 172 (67.58% from 255) = 32.03%
R=27.93%
G=40.04%
B=32.03%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1502151720.3000.20.16140.3144.8371.57
Hex96D7AC1E014108c2d48
Octal226327254360242021455110
Binary1001011011010111101011001111001010010000100011001011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96D7AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,215,172); }

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

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

 a { background-color: rgb(150,215,172); }

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

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

 span { border-color: rgb(150,215,172); }

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