#91C7AB

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

Shades of Vista Blue #91C7AB

Tints of Vista Blue #91C7AB

Color information

#91C7AB (or 0x91C7AB) is unknown color: approx Vista Blue. HEX triplet: 91, C7 and AB. RGB value is (145,199,171). Sum of RGB (Red+Green+Blue) = 145+199+171=515 (68% of max value = 765). Red value is 145 (57.03% from 255 or 28.16% from 515); Green value is 199 (78.12% from 255 or 38.64% from 515); Blue value is 171 (67.19% from 255 or 33.20% from 515); Max value from RGB is 199 - color contains mainly: green. Hex color #91C7AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #91C7AB is #6E3854. Grayscale: #B3B3B3. Windows color (decimal): -7223381 or 11257745. OLE color: 11257745.

HSL color Cylindrical-coordinate representation of color #91C7AB: hue angle of 148.89º degrees, saturation: 0.33, 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 #91C7AB is Cyan = 0.27, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB145199171-
CMYK0.2700.140.22
HSL148.89º32.53%67.45%-
HSV(B)148.89º27.14%78.04%-
XYZ39.4549.8146.06-
YUV179.66123.11103.28-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 28.16%
GREEN value IS 199 (78.12% from 255) = 38.64%
BLUE value IS 171 (67.19% from 255) = 33.20%
R=28.16%
G=38.64%
B=33.20%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1451991710.2700.140.22148.8932.5367.45
Hex91C7AB1B0E16952143
Octal221307253330162622541103
Binary100100011100011110101011110110111010110100101011000011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91C7AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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