#91C4AA

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

Shades of Vista Blue #91C4AA

Tints of Vista Blue #91C4AA

Color information

#91C4AA (or 0x91C4AA) is unknown color: approx Vista Blue. HEX triplet: 91, C4 and AA. RGB value is (145,196,170). Sum of RGB (Red+Green+Blue) = 145+196+170=511 (67% of max value = 765). Red value is 145 (57.03% from 255 or 28.38% from 511); Green value is 196 (76.95% from 255 or 38.36% from 511); Blue value is 170 (66.80% from 255 or 33.27% from 511); Max value from RGB is 196 - color contains mainly: green. Hex color #91C4AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #91C4AA is #6E3B55. Grayscale: #B1B1B1. Windows color (decimal): -7224150 or 11191441. OLE color: 11191441.

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

Color convert

RGB145196170-
CMYK0.2600.130.23
HSL149.41º30.18%66.86%-
HSV(B)149.41º26.02%76.86%-
XYZ38.6748.445.33-
YUV177.79123.6104.61-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 28.38%
GREEN value IS 196 (76.95% from 255) = 38.36%
BLUE value IS 170 (66.80% from 255) = 33.27%
R=28.38%
G=38.36%
B=33.27%

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
Decimal1451961700.2600.130.23149.4130.1866.86
Hex91C4AA1A0D17951e43
Octal221304252320152722536103
Binary10010001110001001010101011010011011011110010101111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91C4AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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