#96DDAD

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

Shades of Vista Blue #96DDAD

Tints of Vista Blue #96DDAD

Color information

#96DDAD (or 0x96DDAD) is unknown color: approx Vista Blue. HEX triplet: 96, DD and AD. RGB value is (150,221,173). Sum of RGB (Red+Green+Blue) = 150+221+173=544 (72% of max value = 765). Red value is 150 (58.98% from 255 or 27.57% from 544); Green value is 221 (86.72% from 255 or 40.62% from 544); Blue value is 173 (67.97% from 255 or 31.80% from 544); Max value from RGB is 221 - color contains mainly: green. Hex color #96DDAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96DDAD is #692252. Grayscale: #C2C2C2. Windows color (decimal): -6890067 or 11394454. OLE color: 11394454.

HSL color Cylindrical-coordinate representation of color #96DDAD: hue angle of 139.44º 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 #96DDAD is Cyan = 0.32, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB150221173-
CMYK0.3200.220.13
HSL139.44º51.08%72.75%-
HSV(B)139.44º32.13%86.67%-
XYZ45.9861.2148.93-
YUV194.3115.9896.4-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 27.57%
GREEN value IS 221 (86.72% from 255) = 40.62%
BLUE value IS 173 (67.97% from 255) = 31.80%
R=27.57%
G=40.62%
B=31.80%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1502211730.3200.220.13139.4451.0872.75
Hex96DDAD20016D8b3349
Octal226335255400261521363111
Binary1001011011011101101011011000000101101101100010111100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96DDAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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