#91C5AB

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

Shades of Vista Blue #91C5AB

Tints of Vista Blue #91C5AB

Color information

#91C5AB (or 0x91C5AB) is unknown color: approx Vista Blue. HEX triplet: 91, C5 and AB. RGB value is (145,197,171). Sum of RGB (Red+Green+Blue) = 145+197+171=513 (67% of max value = 765). Red value is 145 (57.03% from 255 or 28.27% from 513); Green value is 197 (77.34% from 255 or 38.40% from 513); Blue value is 171 (67.19% from 255 or 33.33% from 513); Max value from RGB is 197 - color contains mainly: green. Hex color #91C5AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #91C5AB is #6E3A54. Grayscale: #B2B2B2. Windows color (decimal): -7223893 or 11257233. OLE color: 11257233.

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

Color convert

RGB145197171-
CMYK0.2600.130.23
HSL150º30.95%67.06%-
HSV(B)150º26.4%77.25%-
XYZ38.9948.8945.91-
YUV178.49123.77104.11-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 28.27%
GREEN value IS 197 (77.34% from 255) = 38.40%
BLUE value IS 171 (67.19% from 255) = 33.33%
R=28.27%
G=38.40%
B=33.33%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1451971710.2600.130.2315030.9567.06
Hex91C5AB1A0D17961f43
Octal221305253320152722637103
Binary10010001110001011010101111010011011011110010110111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91C5AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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