#96D9AD

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

Shades of Vista Blue #96D9AD

Tints of Vista Blue #96D9AD

Color information

#96D9AD (or 0x96D9AD) is unknown color: approx Vista Blue. HEX triplet: 96, D9 and AD. RGB value is (150,217,173). Sum of RGB (Red+Green+Blue) = 150+217+173=540 (71% of max value = 765). Red value is 150 (58.98% from 255 or 27.78% from 540); Green value is 217 (85.16% from 255 or 40.19% from 540); Blue value is 173 (67.97% from 255 or 32.04% from 540); Max value from RGB is 217 - color contains mainly: green. Hex color #96D9AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96D9AD is #692652. Grayscale: #C0C0C0. Windows color (decimal): -6891091 or 11393430. OLE color: 11393430.

HSL color Cylindrical-coordinate representation of color #96D9AD: hue angle of 140.6º degrees, saturation: 0.47, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #96D9AD is Cyan = 0.31, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.15.

Color convert

RGB150217173-
CMYK0.3100.200.15
HSL140.6º46.85%71.96%-
HSV(B)140.6º30.88%85.1%-
XYZ44.9359.1348.58-
YUV191.95117.398.08-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 27.78%
GREEN value IS 217 (85.16% from 255) = 40.19%
BLUE value IS 173 (67.97% from 255) = 32.04%
R=27.78%
G=40.19%
B=32.04%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1502171730.3100.200.15140.646.8571.96
Hex96D9AD1F014F8d2f48
Octal226331255370241721557110
Binary100101101101100110101101111110101001111100011011011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96D9AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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