#91C5AA

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

Shades of Vista Blue #91C5AA

Tints of Vista Blue #91C5AA

Color information

#91C5AA (or 0x91C5AA) is unknown color: approx Vista Blue. HEX triplet: 91, C5 and AA. RGB value is (145,197,170). Sum of RGB (Red+Green+Blue) = 145+197+170=512 (67% of max value = 765). Red value is 145 (57.03% from 255 or 28.32% from 512); Green value is 197 (77.34% from 255 or 38.48% from 512); Blue value is 170 (66.80% from 255 or 33.20% from 512); Max value from RGB is 197 - color contains mainly: green. Hex color #91C5AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #91C5AA is #6E3A55. Grayscale: #B2B2B2. Windows color (decimal): -7223894 or 11191697. OLE color: 11191697.

HSL color Cylindrical-coordinate representation of color #91C5AA: hue angle of 148.85º 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 #91C5AA is Cyan = 0.26, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.23.

Color convert

RGB145197170-
CMYK0.2600.140.23
HSL148.85º30.95%67.06%-
HSV(B)148.85º26.4%77.25%-
XYZ38.948.8545.41-
YUV178.37123.27104.2-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 28.32%
GREEN value IS 197 (77.34% from 255) = 38.48%
BLUE value IS 170 (66.80% from 255) = 33.20%
R=28.32%
G=38.48%
B=33.20%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1451971700.2600.140.23148.8530.9567.06
Hex91C5AA1A0E17951f43
Octal221305252320162722537103
Binary10010001110001011010101011010011101011110010101111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91C5AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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