#91CCAA

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

Shades of Vista Blue #91CCAA

Tints of Vista Blue #91CCAA

Color information

#91CCAA (or 0x91CCAA) is unknown color: approx Vista Blue. HEX triplet: 91, CC and AA. RGB value is (145,204,170). Sum of RGB (Red+Green+Blue) = 145+204+170=519 (68% of max value = 765). Red value is 145 (57.03% from 255 or 27.94% from 519); Green value is 204 (80.08% from 255 or 39.31% from 519); Blue value is 170 (66.80% from 255 or 32.76% from 519); Max value from RGB is 204 - color contains mainly: green. Hex color #91CCAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #91CCAA is #6E3355. Grayscale: #B6B6B6. Windows color (decimal): -7222102 or 11193489. OLE color: 11193489.

HSL color Cylindrical-coordinate representation of color #91CCAA: hue angle of 145.42º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #91CCAA is Cyan = 0.29, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.2.

Color convert

RGB145204170-
CMYK0.2900.170.2
HSL145.42º36.65%68.43%-
HSV(B)145.42º28.92%80%-
XYZ40.5352.1145.95-
YUV182.48120.95101.26-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 27.94%
GREEN value IS 204 (80.08% from 255) = 39.31%
BLUE value IS 170 (66.80% from 255) = 32.76%
R=27.94%
G=39.31%
B=32.76%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1452041700.2900.170.2145.4236.6568.43
Hex91CCAA1D01114912544
Octal221314252350212422145104
Binary1001000111001100101010101110101000110100100100011001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91CCAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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