#96C5AB

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

Shades of Vista Blue #96C5AB

Tints of Vista Blue #96C5AB

Color information

#96C5AB (or 0x96C5AB) is unknown color: approx Vista Blue. HEX triplet: 96, C5 and AB. RGB value is (150,197,171). Sum of RGB (Red+Green+Blue) = 150+197+171=518 (68% of max value = 765). Red value is 150 (58.98% from 255 or 28.96% from 518); Green value is 197 (77.34% from 255 or 38.03% from 518); Blue value is 171 (67.19% from 255 or 33.01% from 518); Max value from RGB is 197 - color contains mainly: green. Hex color #96C5AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96C5AB is #693A54. Grayscale: #B4B4B4. Windows color (decimal): -6896213 or 11257238. OLE color: 11257238.

HSL color Cylindrical-coordinate representation of color #96C5AB: hue angle of 146.81º degrees, saturation: 0.29, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #96C5AB is Cyan = 0.24, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.23.

Color convert

RGB150197171-
CMYK0.2400.130.23
HSL146.81º28.83%68.04%-
HSV(B)146.81º23.86%77.25%-
XYZ39.8949.3645.95-
YUV179.98122.93106.61-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 28.96%
GREEN value IS 197 (77.34% from 255) = 38.03%
BLUE value IS 171 (67.19% from 255) = 33.01%
R=28.96%
G=38.03%
B=33.01%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1501971710.2400.130.23146.8128.8368.04
Hex96C5AB180D17931d44
Octal226305253300152722335104
Binary10010110110001011010101111000011011011110010011111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96C5AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,197,171); }

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

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

 a { background-color: rgb(150,197,171); }

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

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

 span { border-color: rgb(150,197,171); }

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