#91C6AC

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

Shades of Vista Blue #91C6AC

Tints of Vista Blue #91C6AC

Color information

#91C6AC (or 0x91C6AC) is unknown color: approx Vista Blue. HEX triplet: 91, C6 and AC. RGB value is (145,198,172). Sum of RGB (Red+Green+Blue) = 145+198+172=515 (68% of max value = 765). Red value is 145 (57.03% from 255 or 28.16% from 515); Green value is 198 (77.73% from 255 or 38.45% from 515); Blue value is 172 (67.58% from 255 or 33.40% from 515); Max value from RGB is 198 - color contains mainly: green. Hex color #91C6AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #91C6AC is #6E3953. Grayscale: #B3B3B3. Windows color (decimal): -7223636 or 11323025. OLE color: 11323025.

HSL color Cylindrical-coordinate representation of color #91C6AC: hue angle of 150.57º degrees, saturation: 0.32, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #91C6AC is Cyan = 0.27, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.22.

Color convert

RGB145198172-
CMYK0.2700.130.22
HSL150.57º31.74%67.25%-
HSV(B)150.57º26.77%77.65%-
XYZ39.3249.3946.49-
YUV179.19123.94103.61-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 28.16%
GREEN value IS 198 (77.73% from 255) = 38.45%
BLUE value IS 172 (67.58% from 255) = 33.40%
R=28.16%
G=38.45%
B=33.40%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1451981720.2700.130.22150.5731.7467.25
Hex91C6AC1B0D16972043
Octal221306254330152622740103
Binary100100011100011010101100110110110110110100101111000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91C6AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,198,172); }

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

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

 a { background-color: rgb(145,198,172); }

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

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

 span { border-color: rgb(145,198,172); }

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