#91DDAA

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

Shades of Vista Blue #91DDAA

Tints of Vista Blue #91DDAA

Color information

#91DDAA (or 0x91DDAA) is unknown color: approx Vista Blue. HEX triplet: 91, DD and AA. RGB value is (145,221,170). Sum of RGB (Red+Green+Blue) = 145+221+170=536 (70% of max value = 765). Red value is 145 (57.03% from 255 or 27.05% from 536); Green value is 221 (86.72% from 255 or 41.23% from 536); Blue value is 170 (66.80% from 255 or 31.72% from 536); Max value from RGB is 221 - color contains mainly: green. Hex color #91DDAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #91DDAA is #6E2255. Grayscale: #C0C0C0. Windows color (decimal): -7217750 or 11197841. OLE color: 11197841.

HSL color Cylindrical-coordinate representation of color #91DDAA: hue angle of 139.74º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #91DDAA is Cyan = 0.34, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB145221170-
CMYK0.3400.230.13
HSL139.74º52.78%71.76%-
HSV(B)139.74º34.39%86.67%-
XYZ44.7960.6347.37-
YUV192.46115.3294.15-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 27.05%
GREEN value IS 221 (86.72% from 255) = 41.23%
BLUE value IS 170 (66.80% from 255) = 31.72%
R=27.05%
G=41.23%
B=31.72%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1452211700.3400.230.13139.7452.7871.76
Hex91DDAA22017D8c3548
Octal221335252420271521465110
Binary1001000111011101101010101000100101111101100011001101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91DDAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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