#96DDAE

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

Shades of Vista Blue #96DDAE

Tints of Vista Blue #96DDAE

Color information

#96DDAE (or 0x96DDAE) is unknown color: approx Vista Blue. HEX triplet: 96, DD and AE. RGB value is (150,221,174). Sum of RGB (Red+Green+Blue) = 150+221+174=545 (72% of max value = 765). Red value is 150 (58.98% from 255 or 27.52% from 545); Green value is 221 (86.72% from 255 or 40.55% from 545); Blue value is 174 (68.36% from 255 or 31.93% from 545); Max value from RGB is 221 - color contains mainly: green. Hex color #96DDAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96DDAE is #692251. Grayscale: #C2C2C2. Windows color (decimal): -6890066 or 11459990. OLE color: 11459990.

HSL color Cylindrical-coordinate representation of color #96DDAE: hue angle of 140.28º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #96DDAE is Cyan = 0.32, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.

Color convert

RGB150221174-
CMYK0.3200.210.13
HSL140.28º51.08%72.75%-
HSV(B)140.28º32.13%86.67%-
XYZ46.0761.2549.44-
YUV194.41116.4896.32-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 27.52%
GREEN value IS 221 (86.72% from 255) = 40.55%
BLUE value IS 174 (68.36% from 255) = 31.93%
R=27.52%
G=40.55%
B=31.93%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1502211740.3200.210.13140.2851.0872.75
Hex96DDAE20015D8c3349
Octal226335256400251521463111
Binary1001011011011101101011101000000101011101100011001100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96DDAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96DDAE; }

 p { color: rgb(150,221,174); }

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

<style>
 a { background-color: #96DDAE; }

 a { background-color: rgb(150,221,174); }

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

<style>
 span { border-color: #96DDAE; }

 span { border-color: rgb(150,221,174); }

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