#96C7AC

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

Shades of Vista Blue #96C7AC

Tints of Vista Blue #96C7AC

Color information

#96C7AC (or 0x96C7AC) is unknown color: approx Vista Blue. HEX triplet: 96, C7 and AC. RGB value is (150,199,172). Sum of RGB (Red+Green+Blue) = 150+199+172=521 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.79% from 521); Green value is 199 (78.12% from 255 or 38.20% from 521); Blue value is 172 (67.58% from 255 or 33.01% from 521); Max value from RGB is 199 - color contains mainly: green. Hex color #96C7AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96C7AC is #693853. Grayscale: #B5B5B5. Windows color (decimal): -6895700 or 11323286. OLE color: 11323286.

HSL color Cylindrical-coordinate representation of color #96C7AC: hue angle of 146.94º degrees, saturation: 0.3, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #96C7AC is Cyan = 0.25, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB150199172-
CMYK0.2500.140.22
HSL146.94º30.43%68.43%-
HSV(B)146.94º24.62%78.04%-
XYZ40.4550.3146.61-
YUV181.27122.77105.7-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 28.79%
GREEN value IS 199 (78.12% from 255) = 38.20%
BLUE value IS 172 (67.58% from 255) = 33.01%
R=28.79%
G=38.20%
B=33.01%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1501991720.2500.140.22146.9430.4368.43
Hex96C7AC190E16931e44
Octal226307254310162622336104
Binary10010110110001111010110011001011101011010010011111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96C7AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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